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

Method IOWrite

source/Mockingboard.cpp:711–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709//-----------------------------------------------------------------------------
710
711BYTE __stdcall MockingboardCard::IOWrite(WORD PC, WORD nAddr, BYTE bWrite, BYTE nValue, ULONG nExecutedCycles)
712{
713 UINT slot = (nAddr >> 8) & 0xf;
714 MockingboardCard* pCard = (MockingboardCard*)MemGetSlotParameters(slot);
715 return pCard->IOWriteInternal(PC, nAddr, bWrite, nValue, nExecutedCycles);
716}
717
718BYTE MockingboardCard::IOWriteInternal(WORD PC, WORD nAddr, BYTE bWrite, BYTE nValue, ULONG nExecutedCycles)
719{

Callers

nothing calls this directly

Calls 2

MemGetSlotParametersFunction · 0.85
IOWriteInternalMethod · 0.80

Tested by

no test coverage detected