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

Function MemInitializeIO

source/Memory.cpp:2221–2226  ·  view source on GitHub ↗

Called by: . MemInitialize() . MemInitializeFromSnapshot() Since called by LoadState(), then this must not init any cards - it should only init the card I/O hooks

Source from the content-addressed store, hash-verified

2219// Since called by LoadState(), then this must not init any cards
2220// - it should only init the card I/O hooks
2221void MemInitializeIO(void)
2222{
2223 InitIoHandlers();
2224
2225 GetCardMgr().InitializeIO(pCxRomPeripheral);
2226}
2227
2228// Called by:
2229// . Snapshot_LoadState_v2()

Callers 2

MemInitializeFunction · 0.85

Calls 2

InitIoHandlersFunction · 0.85
InitializeIOMethod · 0.45

Tested by

no test coverage detected