From fccfe0e0b4848fa38403b515d77b6aba37570e54 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 10 Jun 2023 13:26:58 +0300 Subject: Impl IO class with tracing, add VDP addr regs tracing --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ec342a7..5f89536 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ set(emulator_sources graphics.cpp m68k_debugging.cpp vdp.cpp + io.cpp ) set(musashi_m68k_sources musashi-m68k/m68kcpu.c @@ -78,6 +79,7 @@ target_compile_definitions(emulator PRIVATE DEBUG_TRACE_INSTRUCTIONS=0 DEBUG_TRACE_GDB_REMOTE=0 DEBUG_TRACE_VDP_ACCESS=1 + DEBUG_TRACE_IO_ACCESS=1 HAS_GRAPHICS=1 ) -- cgit v1.2.3