summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2024-05-26 13:37:43 +0300
committerOxore <oxore@protonmail.com>2024-05-26 23:09:23 +0300
commit24ee8de914199faf944b2401fd78561f792be38c (patch)
tree1b94689031ad7554a204b0aee4761b26685852dd /CMakeLists.txt
parent2275447be6316579d5daf8dea0dff55da53578d4 (diff)
Add Z80RAM and PSG logging
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
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
)