From d48c0668da0f319b57b1fb47f93843a851d49339 Mon Sep 17 00:00:00 2001 From: Maxwell Beck Date: Mon, 30 Dec 2024 17:44:29 -0600 Subject: Fix byte ready to CPU overflow flag sync --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f4a923..fdff714 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ include(pico_sdk_import.cmake) project(pico1541 VERSION 0.1.0) pico_sdk_init() -add_executable(pico1541 src/pico1541.c src/6502.c src/6522.c src/drive.c testbin/1541.o testbin/bsk1.o) +add_executable(pico1541 src/pico1541.c src/6502.c src/6522.c src/drive.c testbin/1541.o testbin/memento_mori.o) pico_set_binary_type(pico1541 copy_to_ram) target_link_libraries(pico1541 pico_runtime pico_multicore hardware_timer) pico_add_extra_outputs(pico1541) \ No newline at end of file -- cgit 1.4.1