mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-06 09:30:20 +00:00
Document IO soft switch for MF_HIGHRAM
This commit is contained in:
parent
895a6839bc
commit
4cb19645c1
@ -1600,6 +1600,8 @@ BYTE __stdcall MemSetPaging(WORD programcounter, WORD address, BYTE write, BYTE
|
||||
if (!(address & 8))
|
||||
SetMemMode(memmode | MF_BANK2);
|
||||
|
||||
// C081 C089 Read ROM, Write enable
|
||||
// C082 C08A Read ROM, Write protect
|
||||
if (((address & 2) >> 1) == (address & 1))
|
||||
SetMemMode(memmode | MF_HIGHRAM);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user