1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-29 00:29:34 +00:00

Reduce logging.

This commit is contained in:
Thomas Harte 2023-01-29 21:30:57 -05:00
parent 8f20cb93e9
commit 4c93d01fe2

View File

@ -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;
}