mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-12 12:30:31 +00:00
using new enum for IO slot size
This commit is contained in:
parent
00ba3fb4b5
commit
c25fb95d4f
@ -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…
x
Reference in New Issue
Block a user