Removed NSC support for II/II+ models. (#827)

This commit is contained in:
tomcw 2020-11-02 21:41:02 +00:00
parent 3045e77349
commit e6e16a3c0b

View File

@ -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)
{