A couple of changes lost during the recent merge.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
afa366259e
commit
a4ddef6826
2 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,7 @@ BOOL enhancedisk = 1; // TODO: Make static & add accessor funcs
|
|||
// Private ________________________________________________________________________________________
|
||||
|
||||
static WORD currdrive = 0;
|
||||
static std::vector<Disk_t> g_aFloppyDisk(NUM_DRIVES);
|
||||
static Disk_t g_aFloppyDisk[NUM_DRIVES];
|
||||
static BYTE floppylatch = 0;
|
||||
static BOOL floppymotoron = 0;
|
||||
static BOOL floppyloadmode = 0; // for efficiency this is not used; it's extremely unlikely to affect emulation (nickw)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "DiskDefs.h"
|
||||
#include "minizip/zip.h"
|
||||
|
||||
#define GZ_SUFFIX ".gz"
|
||||
|
|
Loading…
Add table
Reference in a new issue