diff options
| author | Oxore <oxore@protonmail.com> | 2022-09-30 01:21:52 +0300 |
|---|---|---|
| committer | Oxore <oxore@protonmail.com> | 2022-09-30 01:21:52 +0300 |
| commit | f125cc7018ed32b7f919ff71ea3c7d9d2e6565de (patch) | |
| tree | 0cb150b6e712b000fc334f07f426e01ed2f60cd7 /CMakeLists.txt | |
| parent | dedd5c981ee95d9667f1f2e5d0b419f08bee3908 (diff) | |
Begin implementing VDP
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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 |
