mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-15 18:27:29 +00:00
VideoMode: 80STORE should only mask, not clear PAGE2 - and this is handled by underlying NTSC video code (#516)
This commit is contained in:
@@ -722,14 +722,7 @@ BYTE VideoSetMode (WORD, WORD address, BYTE write, BYTE, ULONG uExecutedCycles)
|
|||||||
case 0x5F: if (!IS_APPLE2) g_uVideoMode &= ~VF_DHIRES; break;
|
case 0x5F: if (!IS_APPLE2) g_uVideoMode &= ~VF_DHIRES; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Apple IIe, Technical Notes, #3: Double High-Resolution Graphics
|
|
||||||
// 80STORE must be OFF to display page 2
|
|
||||||
if (SW_80STORE)
|
|
||||||
g_uVideoMode &= ~VF_PAGE2;
|
|
||||||
|
|
||||||
// NTSC_BEGIN
|
|
||||||
NTSC_SetVideoMode( g_uVideoMode );
|
NTSC_SetVideoMode( g_uVideoMode );
|
||||||
// NTSC_END
|
|
||||||
|
|
||||||
return MemReadFloatingBus(uExecutedCycles);
|
return MemReadFloatingBus(uExecutedCycles);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user