| 866 | //============================================================================= |
| 867 | |
| 868 | BYTE __stdcall IO_Null(WORD programcounter, WORD address, BYTE write, BYTE value, ULONG nExecutedCycles) |
| 869 | { |
| 870 | if (!write) |
| 871 | return MemReadFloatingBus(nExecutedCycles); |
| 872 | else |
| 873 | return 0; |
| 874 | } |
| 875 | |
| 876 | BYTE __stdcall IO_Annunciator(WORD programcounter, WORD address, BYTE write, BYTE value, ULONG nExecutedCycles) |
| 877 | { |
no test coverage detected