summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 9c67774778d..6f9fee4fcb0 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -255,6 +255,21 @@ end
---------------------------------------------------
--
+--@src/devices/bus/bbc/joyport/joyport.h,BUSES["BBC_JOYPORT"] = true
+---------------------------------------------------
+
+if (BUSES["BBC_JOYPORT"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/bus/bbc/joyport/joyport.cpp",
+ 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",
+ }
+end
+
+
+---------------------------------------------------
+--
--@src/devices/bus/bbc/1mhzbus/1mhzbus.h,BUSES["BBC_1MHZBUS"] = true
---------------------------------------------------