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

Function IOWrite_C00x

source/Memory.cpp:569–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569static BYTE __stdcall IOWrite_C00x(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nExecutedCycles)
570{
571 if ((addr & 0xf) <= 0xB)
572 return MemSetPaging(pc, addr, bWrite, d, nExecutedCycles);
573 else
574 return GetVideo().VideoSetMode(pc, addr, bWrite, d, nExecutedCycles);
575}
576
577//-------------------------------------
578

Callers

nothing calls this directly

Calls 2

MemSetPagingFunction · 0.85
VideoSetModeMethod · 0.80

Tested by

no test coverage detected