1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Remove detritus.

This commit is contained in:
Thomas Harte 2021-07-06 22:43:17 -04:00
parent 16bd826491
commit 5167d256cc

View File

@ -518,10 +518,6 @@ template <bool has_disk_controller> class ConcreteMachine:
case PartialMachineCycle::ReadOpcode:
if(read_pointers_[address >> 14]) {
*cycle.value = read_pointers_[address >> 14][address];
// if(cycle.operation == PartialMachineCycle::ReadOpcode && address == 0xc728) {
// printf("");
// }
} else {
*cycle.value = 0xff;
}