diff options
| author | 2022-06-22 21:21:59 +0100 | |
|---|---|---|
| committer | 2022-06-22 21:40:55 +0100 | |
| commit | 1ebcd7cfd5149cac82529d86310e64563ce5c464 (patch) | |
| tree | 3c543a268b42111c74e0aefa43b587d5700e5424 /scripts/src/bus.lua | |
| parent | 9dae125a2a965945fbc1f1373b5cc7bccbf8b158 (diff) | |
bus/archimedes/podule: Added Hard Disk podules (not working).
- Acorn AKD52 Hard Disc Podule
- Computerware Hard Disk Podule
- Morley Electronics Hard Disc Podule
- Watford Electronics Archimedes Hard Disk Podule
Diffstat (limited to 'scripts/src/bus.lua')
| -rw-r--r-- | scripts/src/bus.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 1f618083d79..6979a88a5e1 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -360,6 +360,14 @@ if (BUSES["ARCHIMEDES_PODULE"]~=null) then 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/hdisc.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_cw.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_cw.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_morley.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_morley.h", + MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_we.cpp", + MAME_DIR .. "src/devices/bus/archimedes/podule/hdisc_we.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", |
