summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2022-02-27 15:04:16 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2022-02-27 16:23:03 +0000
commit42910ab7b68b84447caf6124d5c9a055650fca33 (patch)
tree44278fd54b618cf712f6a6e700ee2b26db289423 /scripts/src
parent9169af5efd7b47952fd3c962066103138adfd989 (diff)
bus/bbc/joyport: Added the Master Compact mouse.
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 0311718c4d3..c4cfb56997e 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -603,6 +603,8 @@ if (BUSES["BBC_JOYPORT"]~=null) then
MAME_DIR .. "src/devices/bus/bbc/joyport/joyport.h",
MAME_DIR .. "src/devices/bus/bbc/joyport/joystick.cpp",
MAME_DIR .. "src/devices/bus/bbc/joyport/joystick.h",
+ MAME_DIR .. "src/devices/bus/bbc/joyport/mouse.cpp",
+ MAME_DIR .. "src/devices/bus/bbc/joyport/mouse.h",
}
end