From 4c93d01fe2a09aa2ccabb6ec296738181e0e2e34 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 29 Jan 2023 21:30:57 -0500 Subject: [PATCH] Reduce logging. --- Machines/MSX/MSX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/MSX/MSX.cpp b/Machines/MSX/MSX.cpp index 20a974805..6056123bc 100644 --- a/Machines/MSX/MSX.cpp +++ b/Machines/MSX/MSX.cpp @@ -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; }