Use enum SLOTS and remove pre-processor SLOTn defines

This commit is contained in:
tomcw
2021-05-19 21:26:23 +01:00
parent de7f35e6bd
commit 05b9668f72
5 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -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;
//===========================================================================