From f6b564ced680f5ca587540251dc65c3a64ccb842 Mon Sep 17 00:00:00 2001 From: tomch Date: Tue, 19 May 2009 22:10:35 +0000 Subject: [PATCH] Fix: MB wasn't working in slot-5 --- AppleWin/source/Memory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AppleWin/source/Memory.cpp b/AppleWin/source/Memory.cpp index 41999085..b8718776 100644 --- a/AppleWin/source/Memory.cpp +++ b/AppleWin/source/Memory.cpp @@ -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