mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-13 04:30:07 +00:00
Fix: MB wasn't working in slot-5
This commit is contained in:
parent
2e16558920
commit
f6b564ced6
@ -1146,7 +1146,8 @@ void MemInitialize()
|
||||
}
|
||||
|
||||
#ifdef SUPPORT_CPM
|
||||
ConfigureSoftcard(pCxRomPeripheral, 5, g_uZ80InSlot5); // $C500 : Z80 card
|
||||
if (g_uZ80InSlot5)
|
||||
ConfigureSoftcard(pCxRomPeripheral, 5, g_uZ80InSlot5); // $C500 : Z80 card
|
||||
#endif
|
||||
|
||||
DiskLoadRom(pCxRomPeripheral, 6); // $C600 : Disk][ f/w
|
||||
|
Loading…
x
Reference in New Issue
Block a user