mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Reduce logging.
This commit is contained in:
parent
8f20cb93e9
commit
4c93d01fe2
@ -596,7 +596,7 @@ class ConcreteMachine:
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
printf("Unhandled read %02x\n", address & 0xff);
|
// printf("Unhandled read %02x\n", address & 0xff);
|
||||||
*cycle.value = 0xff;
|
*cycle.value = 0xff;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user