summaryrefslogtreecommitdiffstats
path: root/scripts/src
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2021-11-15 21:01:27 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2021-11-15 21:05:03 +0000
commit76bff24a890132ef569f6e56138ca0393ea7dea8 (patch)
tree9ecce97e454ab247bcc63a60fda976a22bdce617 /scripts/src
parent47c023bceb8bc6ab9779c61a8f3de30032ab129c (diff)
bus/archimedes/podule: Podules for Acorn Archimedes:
- Baildon Electronics IDE HD Interface - SJ Research Nexus Interface (A500) (not working) - Wild Vision/Computer Concepts Eagle M2 (not working)
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/bus.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 404caa4832b..4950b2d492c 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -344,6 +344,8 @@ if (BUSES["ARCHIMEDES_PODULE"]~=null) then
MAME_DIR .. "src/devices/bus/archimedes/podule/a448.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/armadeus.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/armadeus.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/eaglem2.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/eaglem2.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/ether1.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/ether1.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/etherd.cpp",
@@ -352,6 +354,8 @@ if (BUSES["ARCHIMEDES_PODULE"]~=null) then
MAME_DIR .. "src/devices/bus/archimedes/podule/etherr.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/faxpack.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/faxpack.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",
MAME_DIR .. "src/devices/bus/archimedes/podule/ide_rdev.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/io.cpp",
@@ -368,6 +372,8 @@ if (BUSES["ARCHIMEDES_PODULE"]~=null) then
MAME_DIR .. "src/devices/bus/archimedes/podule/laserd.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/midimax.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/midimax.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/nexus.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/nexus.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/rom.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/rom.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/rs423.cpp",