diff options
| author | 2022-02-27 15:04:16 +0000 | |
|---|---|---|
| committer | 2022-02-27 16:23:03 +0000 | |
| commit | 42910ab7b68b84447caf6124d5c9a055650fca33 (patch) | |
| tree | 44278fd54b618cf712f6a6e700ee2b26db289423 /scripts/src | |
| parent | 9169af5efd7b47952fd3c962066103138adfd989 (diff) | |
bus/bbc/joyport: Added the Master Compact mouse.
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 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 |
