diff options
| author | 2023-03-10 18:33:19 +0000 | |
|---|---|---|
| committer | 2023-03-11 05:33:19 +1100 | |
| commit | c1b0bf352bf01586eac6f4fb5afcf8afc839a156 (patch) | |
| tree | e737cce8900be918027e583b039c3aa551fa5c2f /scripts | |
| parent | 5d7d18a9c6e999aaed0d358436bd947901875053 (diff) | |
bus/msx: Added Yamaha UCN-01 cartridge-to-module slot adapter. (#10972)
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 b026cf16ba2..7dbc96e79c1 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -1947,6 +1947,8 @@ if (BUSES["MSX_SLOT"]~=null) then MAME_DIR .. "src/devices/bus/msx/cart/super_swangi.h", MAME_DIR .. "src/devices/bus/msx/cart/yamaha.cpp", MAME_DIR .. "src/devices/bus/msx/cart/yamaha.h", + MAME_DIR .. "src/devices/bus/msx/cart/yamaha_ucn01.cpp", + MAME_DIR .. "src/devices/bus/msx/cart/yamaha_ucn01.h", MAME_DIR .. "src/devices/bus/msx/softcard/softcard.cpp", MAME_DIR .. "src/devices/bus/msx/softcard/softcard.h", } |
