summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2021-12-03 22:16:15 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2021-12-03 22:16:15 +0000
commita3e1eb3413389efc5554401f3b0efc8032a5e3c2 (patch)
tree653aa33cfda3249fabe0f5712b7dc7d70ee607ff /scripts/src
parente0f474ba4e2d2563c0bae3f4bcfeef378a3dc5d2 (diff)
bus/archimedes/podule: Podules for Acorn Archimedes. [Centre for Computing History]
- ACE Joy Connect - Beebug Spectra Colour Scanner - Computer Concepts GreyHawk Video Digitiser - Computer Concepts ScanLight Junior MkIII - Morley Electronics Analogue and User Interface - Morley Electronics User/MIDI/Analogue Interface - Watford Electronics 256 Grey-Scale Scanner - Wild Vision MidiMax II
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 f0adaf172fc..17c97974fa9 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -342,6 +342,8 @@ if (BUSES["ARCHIMEDES_PODULE"]~=null) then
MAME_DIR .. "src/devices/bus/archimedes/podule/slot.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/a448.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/a448.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/acejoy.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/acejoy.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",
@@ -354,6 +356,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/greyhawk.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/greyhawk.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",
@@ -378,12 +382,16 @@ if (BUSES["ARCHIMEDES_PODULE"]~=null) then
MAME_DIR .. "src/devices/bus/archimedes/podule/rom.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/rs423.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/rs423.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scan256.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scan256.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/scanlight.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/scanlight.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_vti.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_vti.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/serial.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/serial.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/spectra.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/spectra.h",
MAME_DIR .. "src/devices/bus/archimedes/podule/tube.cpp",
MAME_DIR .. "src/devices/bus/archimedes/podule/tube.h",
}