diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ba5328..6f60f90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,9 @@ target_compile_definitions(emulator PRIVATE DEBUG_TRACE_INSTRUCTIONS=0 DEBUG_TRACE_GDB_REMOTE=0 DEBUG_TRACE_VDP_ACCESS=1 - DEBUG_TRACE_IO_ACCESS=1 + DEBUG_TRACE_IO_ACCESS=0 + DEBUG_TRACE_PSG_ACCESS=0 + DEBUG_TRACE_Z80RAM_ACCESS=0 HAS_GRAPHICS=1 ) |