passed json tests

This commit is contained in:
2024-04-04 02:56:13 -07:00
parent 5c573789c9
commit 028eca6ffc
511 changed files with 25664 additions and 115 deletions

View File

@@ -15,5 +15,6 @@ add_executable(GBpp src/main.cpp
src/mbc.cpp
src/addressSpace.cpp
src/addressSpace.hpp
src/testing.hpp
)
target_link_libraries(GBpp ${SDL2_LIBRARIES})