diff options
author | 2020-08-01 18:35:59 +0200 | |
---|---|---|
committer | 2020-08-01 12:35:59 -0400 | |
commit | 206767bf56870f62996e4e238744310ff5d64f33 (patch) | |
tree | d9c9b162b851973d4cb9e4ba7707dbdc524430c0 /scripts/src/bus.lua | |
parent | 9414a219a950297ececac52675c083eaed4d66eb (diff) |
hp9825: hp98036 serial I/O module added (#7024)
Diffstat (limited to 'scripts/src/bus.lua')
-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 d6e3a9311fa..60dbdcaed71 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -4096,6 +4096,8 @@ if (BUSES["HP9845_IO"]~=null) then MAME_DIR .. "src/devices/bus/hp9845_io/98034.h", MAME_DIR .. "src/devices/bus/hp9845_io/98035.cpp", MAME_DIR .. "src/devices/bus/hp9845_io/98035.h", + MAME_DIR .. "src/devices/bus/hp9845_io/98036.cpp", + MAME_DIR .. "src/devices/bus/hp9845_io/98036.h", MAME_DIR .. "src/devices/bus/hp9845_io/98046.cpp", MAME_DIR .. "src/devices/bus/hp9845_io/98046.h", MAME_DIR .. "src/devices/bus/hp9845_io/hp9885.cpp", |