Removed NSC support for II/II+ models. (#827)
This commit is contained in:
parent
3045e77349
commit
e6e16a3c0b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue