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

Function IORead_C04x

source/Memory.cpp:655–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653//-------------------------------------
654
655static BYTE __stdcall IORead_C04x(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nExecutedCycles)
656{
657 return IO_Null(pc, addr, bWrite, d, nExecutedCycles);
658}
659
660static BYTE __stdcall IOWrite_C04x(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nExecutedCycles)
661{

Callers

nothing calls this directly

Calls 1

IO_NullFunction · 0.85

Tested by

no test coverage detected