diff options
| author | 2024-01-26 03:22:19 +0900 | |
|---|---|---|
| committer | 2024-01-26 05:22:19 +1100 | |
| commit | 8bf993ca5b110204c48541c1c1debbe02f1a7073 (patch) | |
| tree | f514016e8a8978af0140112d30fc1678db59cbe5 /scripts/src/bus.lua | |
| parent | bc857d259f856bc63e6d4d467b9d4ffb17241268 (diff) | |
bus/pce: Moved Super System Card and Arcade Card to slot card devices. (#11726)
* Moved expansion card emulation out of the system into card devices.
* Removed machine configuration settings for expansion settings.
* Started to modernise the HuCard slot interface.
New working software list items (pce.xml)
------------------------
Arcade Card Pro
Diffstat (limited to 'scripts/src/bus.lua')
| -rw-r--r-- | scripts/src/bus.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 6d720410673..6891b5d1d9a 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -4257,6 +4257,10 @@ if (BUSES["PCE"]~=null) then MAME_DIR .. "src/devices/bus/pce/pce_slot.h", MAME_DIR .. "src/devices/bus/pce/pce_rom.cpp", MAME_DIR .. "src/devices/bus/pce/pce_rom.h", + MAME_DIR .. "src/devices/bus/pce/pce_scdsys.cpp", + MAME_DIR .. "src/devices/bus/pce/pce_scdsys.h", + MAME_DIR .. "src/devices/bus/pce/pce_acard.cpp", + MAME_DIR .. "src/devices/bus/pce/pce_acard.h", } end |
