using new enum for IO slot size
This commit is contained in:
parent
74402f5373
commit
b397bede09
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue