Skip to content

Commit

Permalink
Added SDL emulation of NFX - Not tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Memotech-Bill committed Apr 14, 2024
1 parent 1be7bfc commit 8dd19f5
Show file tree
Hide file tree
Showing 3 changed files with 849 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ elseif("${TARGET}" STREQUAL "SDL")
Z80_emu
portaudio
${SDL2_LIBRARIES}
SDL2_net
m
)
endif()
Expand Down
3 changes: 2 additions & 1 deletion src/memu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ elseif("${TARGET}" STREQUAL "SDL")
${CMAKE_CURRENT_LIST_DIR}/mfx.c
${CMAKE_CURRENT_LIST_DIR}/mon.c
${CMAKE_CURRENT_LIST_DIR}/monprom.c
${CMAKE_CURRENT_LIST_DIR}/nfx.c
${CMAKE_CURRENT_LIST_DIR}/nfx_sdl.c
${CMAKE_CURRENT_LIST_DIR}/printer.c
${CMAKE_CURRENT_LIST_DIR}/rom_os.c
${CMAKE_CURRENT_LIST_DIR}/rom_assem.c
Expand Down Expand Up @@ -354,6 +354,7 @@ elseif("${TARGET}" STREQUAL "SDL")
Z80_emu
portaudio
${SDL2_LIBRARIES}
SDL2_net
m
)

Expand Down
Loading

0 comments on commit 8dd19f5

Please sign in to comment.