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

Method InitializeIO

source/SNESMAX.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

RegisterIoHandlerFunction · 0.85

Tested by

no test coverage detected