mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-04 02:30:53 +00:00
Added a TODO comment for writes to $C800-$CFFF (based on Bug #19016)
This commit is contained in:
parent
c4afba2b37
commit
64bcff74db
@ -630,6 +630,7 @@ BYTE __stdcall IORead_Cxxx(WORD programcounter, WORD address, BYTE write, BYTE v
|
||||
return mem[address];
|
||||
}
|
||||
|
||||
// TODO: Check if a write to [C800..CFFF] can set IO_STROBE=1 (like the IORead_Cxxx case does)
|
||||
BYTE __stdcall IOWrite_Cxxx(WORD programcounter, WORD address, BYTE write, BYTE value, ULONG nCyclesLeft)
|
||||
{
|
||||
if (IsPotentialNoSlotClockAccess(address))
|
||||
|
Loading…
Reference in New Issue
Block a user