From e6e16a3c0b668a3a5bf2a16dc8c332c50b4737f8 Mon Sep 17 00:00:00 2001 From: tomcw Date: Mon, 2 Nov 2020 21:41:02 +0000 Subject: [PATCH] Removed NSC support for II/II+ models. (#827) --- source/Memory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Memory.cpp b/source/Memory.cpp index 7aa74440..d0e46f08 100644 --- a/source/Memory.cpp +++ b/source/Memory.cpp @@ -846,7 +846,8 @@ static BYTE __stdcall IO_Cxxx(WORD programcounter, WORD address, BYTE write, BYT } } - if (g_NoSlotClock && IsPotentialNoSlotClockAccess(address)) + // NSC only for //e at internal C3/C8 ROMs, as II/II+ has no internal ROM here! (GH#827) + if (!IS_APPLE2 && g_NoSlotClock && IsPotentialNoSlotClockAccess(address)) { if (!write) {