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

Function IO_Null

source/Memory.cpp:868–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866//=============================================================================
867
868BYTE __stdcall IO_Null(WORD programcounter, WORD address, BYTE write, BYTE value, ULONG nExecutedCycles)
869{
870 if (!write)
871 return MemReadFloatingBus(nExecutedCycles);
872 else
873 return 0;
874}
875
876BYTE __stdcall IO_Annunciator(WORD programcounter, WORD address, BYTE write, BYTE value, ULONG nExecutedCycles)
877{

Callers 14

IOReadMethod · 0.85
IOWriteMethod · 0.85
IORead_C01xFunction · 0.85
IORead_C02xFunction · 0.85
IORead_C04xFunction · 0.85
IOWrite_C04xFunction · 0.85
IOWrite_C06xFunction · 0.85
IORead_C07xFunction · 0.85
IOWrite_C07xFunction · 0.85
IO_CxxxFunction · 0.85
SSC_IOReadMethod · 0.85
SSC_IOWriteMethod · 0.85

Calls 1

MemReadFloatingBusFunction · 0.70

Tested by

no test coverage detected