summaryrefslogtreecommitdiffstats
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 1f618083d79..6979a88a5e1 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",