summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author fulivi <fulivi@users.noreply.github.com>2021-03-07 19:31:39 +0100
committer GitHub <noreply@github.com>2021-03-07 13:31:39 -0500
commit3fe689f03fddb5b921bbec5e631cb3e1ead8f232 (patch)
tree279219061f011860ab8b7b6da467f795c1cddea9 /scripts/src
parent61caa1450b534a90fa09f20c084ed45893098725 (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.lua2
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