The beginnings of the port of MartyPC's 808x emulation.

This commit is contained in:
OBattler
2023-07-15 03:14:13 +02:00
parent 840b65c577
commit 324e5860a0
5 changed files with 256 additions and 2 deletions

View File

@@ -35,3 +35,6 @@ endif()
add_subdirectory(softfloat)
target_link_libraries(86Box softfloat)
add_subdirectory(808x)
target_link_libraries(86Box 808x)