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

Method InitializeIO

source/VidHD.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void VidHDCard::InitializeIO(LPBYTE pCxRomPeripheral)
65{
66 RegisterIoHandler(m_slot, IO_Null, IO_Null, &VidHDCard::IORead, IO_Null, this, NULL);
67}
68
69BYTE __stdcall VidHDCard::IORead(WORD pc, WORD addr, BYTE bWrite, BYTE value, ULONG nExecutedCycles)
70{

Callers

nothing calls this directly

Calls 1

RegisterIoHandlerFunction · 0.85

Tested by

no test coverage detected