diff options
| author | 2023-04-17 18:52:50 +0100 | |
|---|---|---|
| committer | 2023-04-18 03:52:50 +1000 | |
| commit | 9ffd85dd7d6f51234da4c35594cae8b23460fe45 (patch) | |
| tree | 09f7519f56cfbcd527aecd97c5f9f16ffc3b931e /scripts | |
| parent | 94ef073a349c8039d6df05fdd64aa569dcf00cfe (diff) | |
bus/msx/cart: Added Sony HBI-55/Yamaha UDC-01 SRAM data cartridges. (#10966)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index cd04a87cd18..70c61fee451 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1910,6 +1910,8 @@ if (BUSES["MSX_SLOT"]~=null) then MAME_DIR .. "src/devices/bus/msx/cart/fs_sr022.h", MAME_DIR .. "src/devices/bus/msx/cart/halnote.cpp", MAME_DIR .. "src/devices/bus/msx/cart/halnote.h", + MAME_DIR .. "src/devices/bus/msx/cart/hbi55.cpp", + MAME_DIR .. "src/devices/bus/msx/cart/hbi55.h", MAME_DIR .. "src/devices/bus/msx/cart/hfox.cpp", MAME_DIR .. "src/devices/bus/msx/cart/hfox.h", MAME_DIR .. "src/devices/bus/msx/cart/holy_quran.cpp", |
