mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-21 21:33:54 +00:00
Remove detritus.
This commit is contained in:
parent
16bd826491
commit
5167d256cc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user