diff options
author | 2021-03-07 19:31:39 +0100 | |
---|---|---|
committer | 2021-03-07 13:31:39 -0500 | |
commit | 3fe689f03fddb5b921bbec5e631cb3e1ead8f232 (patch) | |
tree | 279219061f011860ab8b7b6da467f795c1cddea9 /scripts/src | |
parent | 61caa1450b534a90fa09f20c084ed45893098725 (diff) |
HP9845: added synchronous I/O for RS232 port and HP98046 module (#7695)
* rs232: added device for synchronous I/O
* hp9845: implemented external clocking in hp98046 serial module
Co-authored-by: ajrhacker <ajrhacker@users.noreply.github.com>
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index bae08d7d3d1..74f601e7499 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -2631,6 +2631,8 @@ if (BUSES["RS232"]~=null) then MAME_DIR .. "src/devices/bus/rs232/swtpc8212.h", MAME_DIR .. "src/devices/bus/rs232/exorterm.cpp", MAME_DIR .. "src/devices/bus/rs232/exorterm.h", + MAME_DIR .. "src/devices/bus/rs232/rs232_sync_io.cpp", + MAME_DIR .. "src/devices/bus/rs232/rs232_sync_io.h", } end |