mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 04:08:45 +00:00
Removed NSC support for II/II+ models. (#827)
This commit is contained in:
parent
3045e77349
commit
e6e16a3c0b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user