diff options
author | 2022-06-23 16:07:37 +1000 | |
---|---|---|
committer | 2022-06-23 16:07:37 +1000 | |
commit | 8df26163b937faaab3fe75d0444d1a0f87fcc17a (patch) | |
tree | d6db28946bc4996a7536152cc41d50f876d7f520 /scripts/src | |
parent | f041694a473b56c84098c42cda97f52e989bf4a9 (diff) | |
parent | ea42fa64aa974416e2e6ce3a314171d88769e97f (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/bus.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 1f618083d79..47efc8ad839 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", @@ -2795,6 +2803,8 @@ if (BUSES["NUBUS"]~=null) then MAME_DIR .. "src/devices/bus/nubus/quadralink.h", MAME_DIR .. "src/devices/bus/nubus/laserview.cpp", MAME_DIR .. "src/devices/bus/nubus/laserview.h", + MAME_DIR .. "src/devices/bus/nubus/supermac.cpp", + MAME_DIR .. "src/devices/bus/nubus/supermac.h", MAME_DIR .. "src/devices/bus/nubus/pds30_cb264.cpp", MAME_DIR .. "src/devices/bus/nubus/pds30_cb264.h", MAME_DIR .. "src/devices/bus/nubus/pds30_procolor816.cpp", |