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

Function IOWrite_C06x

source/Memory.cpp:738–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738static BYTE __stdcall IOWrite_C06x(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nExecutedCycles)
739{
740 switch (addr & 0xf)
741 {
742 case 0x0:
743 if (g_Apple2Type == A2TYPE_PRAVETS8A)
744 return GetPravets().SetCapsLockAllowed(d);
745 else
746 return IO_Null(pc, addr, bWrite, d, nExecutedCycles);
747 }
748 return IO_Null(pc, addr, bWrite, d, nExecutedCycles);
749}
750
751//-------------------------------------
752

Callers

nothing calls this directly

Calls 2

IO_NullFunction · 0.85
SetCapsLockAllowedMethod · 0.80

Tested by

no test coverage detected