MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / IORead_C02x

Function IORead_C02x

source/Memory.cpp:618–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

616//-------------------------------------
617
618static BYTE __stdcall IORead_C02x(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nExecutedCycles)
619{
620 return IO_Null(pc, addr, bWrite, d, nExecutedCycles);
621}
622
623static BYTE __stdcall IOWrite_C02x(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nExecutedCycles)
624{

Callers

nothing calls this directly

Calls 1

IO_NullFunction · 0.85

Tested by

no test coverage detected