summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/bus.lua
diff options
context:
space:
mode:
author Nigel Barnes <ngbarnes@gmail.com>2022-12-11 22:35:32 +0000
committer Nigel Barnes <ngbarnes@gmail.com>2022-12-11 23:04:03 +0000
commit66f4e8d40be816d2073c69514e16009932df397d (patch)
treebc5403c9fca3b05d780daf2eb34856e7c5c771d6 /scripts/src/bus.lua
parent3e06c32874abbf68298c8dd222fa20b1d50ace96 (diff)
bus/archimedes/podule: Added SCSI Interface podules (not working).
- Acorn A500 SCSI Interface - Acorn AKA31 SCSI Expansion Card - Acorn AKA32 CDFS & SCSI Expansion Card - Cumana 16bit SCSI Interface - Lingenuity SCSI Podule - Morley Electronics 16bit Cached SCSI card - Oak Solutions 16 bit SCSI Interface
Diffstat (limited to 'scripts/src/bus.lua')
-rw-r--r--scripts/src/bus.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua
index 222e88400ee..6691b466f88 100644
--- a/scripts/src/bus.lua
+++ b/scripts/src/bus.lua
@@ -400,6 +400,18 @@ if (BUSES["ARCHIMEDES_PODULE"]~=null) then
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_a500.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_a500.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_acorn.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_acorn.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_cumana.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_cumana.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_ling.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_ling.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_morley.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_morley.h",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_oak.cpp",
+ MAME_DIR .. "src/devices/bus/archimedes/podule/scsi_oak.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",