decoupled timers from interpreter tick rate

This commit is contained in:
2025-03-14 20:41:08 -04:00
parent 22526c1b90
commit 19506dd218
7 changed files with 67 additions and 32 deletions

View File

@@ -5,5 +5,5 @@ SET(CMAKE_BUILD_TYPE Debug)
add_subdirectory(submodules/sdl2)
SET(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_executable(chocochip8 main.cpp Interpreter.cpp DisplaySDL.cpp BuzzerSDL.cpp)
add_executable(chocochip8 main.cpp Interpreter.cpp DisplaySDL.cpp BuzzerSDL.cpp CountdownTimerSDL.cpp)
target_link_libraries(chocochip8 SDL2::SDL2-static)