Something is almost working

This commit is contained in:
2025-02-08 23:23:21 +01:00
parent aaf3dfb40c
commit 45653b6372
15 changed files with 969 additions and 326 deletions

View File

@@ -16,6 +16,10 @@ add_executable(RISCB main.c
cpu/core.c
cpu/core.h
util/texteditor.c
util/texteditor.h) # Ensure the target is defined before linking
util/texteditor.h
util/hexdump.c
util/hexdump.h
util/cpustatusui.c
util/cpustatusui.h) # Ensure the target is defined before linking
target_link_libraries(RISCB SDL2 SDL2_ttf m)