mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-25 19:19:02 +00:00
Refactor: remove slot from InitializeIO() calls for card objects
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ BYTE __stdcall CPMZ80_IOWrite(WORD PC, WORD uAddr, BYTE bWrite, BYTE uValue, ULO
|
||||
|
||||
//===========================================================================
|
||||
|
||||
void ConfigureSoftcard(LPBYTE pCxRomPeripheral, UINT uSlot)
|
||||
void Z80_InitializeIO(LPBYTE pCxRomPeripheral, UINT uSlot)
|
||||
{
|
||||
memset(pCxRomPeripheral + (uSlot << 8), 0xFF, APPLE_SLOT_SIZE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user