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