Added a TODO comment for writes to $C800-$CFFF (based on Bug #19016)

This commit is contained in:
tomch 2014-01-05 10:41:57 +00:00
parent c4afba2b37
commit 64bcff74db

View File

@ -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))