summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r--scripts/src/bus.lua23
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 59d5daa9e5d..6a8a3735a29 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -48,15 +48,38 @@ if (BUSES["A800"]~=null) then
MAME_DIR .. "src/devices/bus/a800/cassette.h",
MAME_DIR .. "src/devices/bus/a800/a800_slot.cpp",
MAME_DIR .. "src/devices/bus/a800/a800_slot.h",
+ MAME_DIR .. "src/devices/bus/a800/a800_carts.cpp",
MAME_DIR .. "src/devices/bus/a800/a800_carts.h",
MAME_DIR .. "src/devices/bus/a800/rom.cpp",
MAME_DIR .. "src/devices/bus/a800/rom.h",
+ MAME_DIR .. "src/devices/bus/a800/a5200_supercart.cpp",
+ MAME_DIR .. "src/devices/bus/a800/a5200_supercart.h",
+ MAME_DIR .. "src/devices/bus/a800/atrax.cpp",
+ MAME_DIR .. "src/devices/bus/a800/atrax.h",
+ MAME_DIR .. "src/devices/bus/a800/bbsb.cpp",
+ MAME_DIR .. "src/devices/bus/a800/bbsb.h",
+ MAME_DIR .. "src/devices/bus/a800/corina.cpp",
+ MAME_DIR .. "src/devices/bus/a800/corina.h",
+ MAME_DIR .. "src/devices/bus/a800/maxflash.cpp",
+ MAME_DIR .. "src/devices/bus/a800/maxflash.h",
MAME_DIR .. "src/devices/bus/a800/oss.cpp",
MAME_DIR .. "src/devices/bus/a800/oss.h",
+ MAME_DIR .. "src/devices/bus/a800/phoenix.cpp",
+ MAME_DIR .. "src/devices/bus/a800/phoenix.h",
MAME_DIR .. "src/devices/bus/a800/rtime8.cpp",
MAME_DIR .. "src/devices/bus/a800/rtime8.h",
+ MAME_DIR .. "src/devices/bus/a800/sic.cpp",
+ MAME_DIR .. "src/devices/bus/a800/sic.h",
MAME_DIR .. "src/devices/bus/a800/sparta.cpp",
MAME_DIR .. "src/devices/bus/a800/sparta.h",
+ MAME_DIR .. "src/devices/bus/a800/supercharger.cpp",
+ MAME_DIR .. "src/devices/bus/a800/supercharger.h",
+ MAME_DIR .. "src/devices/bus/a800/telelink2.cpp",
+ MAME_DIR .. "src/devices/bus/a800/telelink2.h",
+ MAME_DIR .. "src/devices/bus/a800/ultracart.cpp",
+ MAME_DIR .. "src/devices/bus/a800/ultracart.h",
+ MAME_DIR .. "src/devices/bus/a800/williams.cpp",
+ MAME_DIR .. "src/devices/bus/a800/williams.h",
}
end