using new enum for IO slot size

This commit is contained in:
mpohoreski 2008-09-04 16:40:52 +00:00
parent 74402f5373
commit b397bede09

View File

@ -216,7 +216,7 @@ static LPCTSTR HD_DiskGetName (int nDrive)
static BYTE __stdcall HD_IO_EMUL (WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nCyclesLeft);
static const DWORD HDDRVR_SIZE = 0x100;
static const DWORD HDDRVR_SIZE = APPLE_SLOT_SIZE;
bool HD_CardIsEnabled()
{