Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ IOWrite_C04x
Function
IOWrite_C04x
source/Memory.cpp:660–663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
658
}
659
660
static BYTE __stdcall IOWrite_C04x(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nExecutedCycles)
661
{
662
return IO_Null(pc, addr, bWrite, d, nExecutedCycles);
663
}
664
665
//-------------------------------------
666
Callers
nothing calls this directly
Calls
1
IO_Null
Function · 0.85
Tested by
no test coverage detected