| 609 | } |
| 610 | |
| 611 | static BYTE __stdcall IOWrite_C01x(WORD pc, WORD addr, BYTE bWrite, BYTE d, ULONG nExecutedCycles) |
| 612 | { |
| 613 | return KeybClearStrobe(); |
| 614 | } |
| 615 | |
| 616 | //------------------------------------- |
| 617 |
nothing calls this directly
no test coverage detected