From e28317d29ebbedab3e7f54cc51359d29fb0a2cb8 Mon Sep 17 00:00:00 2001 From: Godzil Date: Sun, 4 Apr 2021 21:17:34 +0100 Subject: [PATCH] Disable the IO Dump by default. --- source/io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/io.cpp b/source/io.cpp index 7cc3be8..9191c79 100644 --- a/source/io.cpp +++ b/source/io.cpp @@ -29,7 +29,7 @@ #include "audio.h" #include "memory.h" -#define IO_DUMP +//#define IO_DUMP extern uint8_t *externalEeprom; extern uint32_t romAddressMask;