summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0b2323c..5edf23b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,6 +20,7 @@ set(emulator_sources
emulator.cpp
gdbremote_parser.cpp
m68k_debugging.cpp
+ vdp.cpp
)
set(musashi_m68k_sources
musashi-m68k/m68kcpu.c
@@ -49,6 +50,7 @@ target_link_libraries(emulator musashi_m68k)
target_compile_definitions(emulator PRIVATE
DEBUG_TRACE_INSTRUCTIONS=0
DEBUG_TRACE_GDB_REMOTE=0
+ DEBUG_TRACE_VDP_ACCESS=1
)
## Target for GDB Remote Debugging protocol implementation testing