| 169 | } |
| 170 | |
| 171 | void SNESMAXCard::InitializeIO(LPBYTE pCxRomPeripheral) |
| 172 | { |
| 173 | RegisterIoHandler(m_slot, &SNESMAXCard::IORead, &SNESMAXCard::IOWrite, IO_Null, IO_Null, this, NULL); |
| 174 | } |
| 175 | |
| 176 | bool SNESMAXCard::ParseControllerMappingFile(UINT joyNum, const char* pathname, std::string& errorMsg) |
| 177 | { |
nothing calls this directly
no test coverage detected