mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-11 22:25:08 +00:00
Removed NSC support for II/II+ models. (#827)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user