summaryrefslogtreecommitdiffstats
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 1f618083d79..47efc8ad839 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -360,6 +360,14 @@ if (BUSES["ARCHIMEDES_PODULE"]~=null) then
MAME_DIR .. "src/devices/bus/archimedes/podule/faxpack.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/greyhawk.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/greyhawk.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_cw.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_cw.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_morley.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_morley.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_we.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_we.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/ide_be.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/ide_be.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/ide_rdev.cpp",
@@ -2795,6 +2803,8 @@ if (BUSES["NUBUS"]~=null) then
MAME_DIR .. "src/devices/bus/nubus/quadralink.h",
MAME_DIR .. "src/devices/bus/nubus/laserview.cpp",
MAME_DIR .. "src/devices/bus/nubus/laserview.h",
+ MAME_DIR .. "src/devices/bus/nubus/supermac.cpp",
+ MAME_DIR .. "src/devices/bus/nubus/supermac.h",
MAME_DIR .. "src/devices/bus/nubus/pds30_cb264.cpp",
MAME_DIR .. "src/devices/bus/nubus/pds30_cb264.h",
MAME_DIR .. "src/devices/bus/nubus/pds30_procolor816.cpp",