From da5f67a62c1f70022c9ed0d65347d6818c1562c3 Mon Sep 17 00:00:00 2001 From: Nigel Barnes Date: Sun, 14 Nov 2021 15:21:57 +0000 Subject: bus/archimedes/podule: Various podules for Acorn Archimedes: - Acorn AGA30 BBC I/O Podule - Acorn AKA05 ROM Podule - Acorn AKA10 BBC I/O Podule - Acorn AKA12 User Port/MIDI Podule - Acorn AKA15 MIDI and BBC I/O Podule - Acorn AKA16 MIDI Podule - Acorn AKA25 Ethernet - Acorn Tube Podule - Archimedes Dual RS423 Serial Interface (not working) - Armadillo Systems A448 Sound Sampler (not working) - Armadillo Systems A448b Stereo MIDI Sound Sampler (not working) - Atomwide Serial Expansion Card - Baildon Electronics IDE HD Interface - Clares Armadeus Sampler Board - Computer Concepts Fax-Pack (not working) - Computer Concepts LaserDirect (Canon LBP-4) (not working) - Computer Concepts ScanLight (not working) - Computer Concepts ScanLight Junior (not working) - Computer Concepts ScanLight Video 256 (not working) - Digital Services Ethernet Podule (not working) - HCCS User/Analogue Podule - RISC Developments Ethernet Card (not working) - RISC Developments IDE Hard Disc System - VTI User Port and SCSI Podule - Watford Electronics BBC User I/O Card - Wild Vision MidiMax - Wild Vision/Computer Concepts Lark A16 --- scripts/src/bus.lua | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 770b4fae633..404caa4832b 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -331,6 +331,59 @@ if (BUSES["ARCHIMEDES_ECONET"]~=null) then end +--------------------------------------------------- +-- +--@src/devices/bus/archimedes/podule/slot.h,BUSES["ARCHIMEDES_PODULE"] = true +--------------------------------------------------- + +if (BUSES["ARCHIMEDES_PODULE"]~=null) then + files { + MAME_DIR .. "src/devices/bus/archimedes/podule/slot.cpp", + 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/armadeus.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/armadeus.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", + MAME_DIR .. "src/devices/bus/archimedes/podule/etherd.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/etherr.cpp", + 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_rdev.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/ide_rdev.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/io.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/io.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/io_hccs.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/io_hccs.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/io_morley.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/io_morley.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/io_we.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/io_we.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/lark.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/lark.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/laserd.cpp", + 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/rom.cpp", + 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/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/tube.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/tube.h", + } +end + + --------------------------------------------------- -- --@src/devices/bus/astrocde/slot.h,BUSES["ASTROCADE"] = true -- cgit v1.2.3-70-g09d2