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