mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 07:17:41 +00:00
Use enum SLOTS and remove pre-processor SLOTn defines
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ static BYTE g_nHD_Command;
|
||||
static HDD g_HardDisk[NUM_HARDDISKS];
|
||||
|
||||
static bool g_bSaveDiskImage = true; // Save the DiskImage name to Registry
|
||||
static UINT g_uSlot = 7;
|
||||
static UINT g_uSlot = SLOT7;
|
||||
|
||||
//===========================================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user