board/io3.c: Add SEGA "Type 3" JVS I/O emulator

This commit is contained in:
Tau
2018-11-08 14:44:34 -05:00
parent f05348fb9d
commit 372868565e
3 changed files with 643 additions and 0 deletions

View File

@ -7,5 +7,7 @@ board_lib = static_library(
capnhook.get_variable('hook_dep'),
],
sources : [
'io3.c',
'io3.h',
],
)