summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2020-09-22 19:50:26 +0100
committer Nigel Barnes <Pernod70@users.noreply.github.com>2020-09-22 19:52:14 +0100
commit70d8b5deb8c64d2249b80b3c85b9f812edbfa938 (patch)
tree94646bd6082b74d48fec757b6261c15b67e04545 /scripts
parent2950d7e0fc8ba3a67e64a32e439e9ded3fad9335 (diff)
bus/bbc/userport: Added the Hybrid Music 4000 Keyboard.
Diffstat (limited to 'scripts')
-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 9b0c50556e2..35b082a3455 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -597,6 +597,8 @@ if (BUSES["BBC_USERPORT"]~=null) then
MAME_DIR .. "src/devices/bus/bbc/userport/beebspch.h",
MAME_DIR .. "src/devices/bus/bbc/userport/lcd.cpp",
MAME_DIR .. "src/devices/bus/bbc/userport/lcd.h",
+ MAME_DIR .. "src/devices/bus/bbc/userport/m4000.cpp",
+ MAME_DIR .. "src/devices/bus/bbc/userport/m4000.h",
MAME_DIR .. "src/devices/bus/bbc/userport/palext.cpp",
MAME_DIR .. "src/devices/bus/bbc/userport/palext.h",
MAME_DIR .. "src/devices/bus/bbc/userport/pointer.cpp",