diff options
| author | 2023-10-14 23:09:54 -0400 | |
|---|---|---|
| committer | 2023-10-14 23:10:14 -0400 | |
| commit | 3ad1d0d02e5af590bf0ed3ca04b6aa1b669e03e5 (patch) | |
| tree | c224ac290a6dba3322c8b95ef3912307706dda7c /hash | |
| parent | 7f264f417f0dbc43f8086638fedd0e39dcc3b362 (diff) | |
Support MSX Sunrise SCC Flash cart type used in Manbow 2
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/msx2_cart.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hash/msx2_cart.xml b/hash/msx2_cart.xml index 780aa289032..38d953f7c06 100644 --- a/hash/msx2_cart.xml +++ b/hash/msx2_cart.xml @@ -3707,26 +3707,24 @@ LZ93A13 (32 pin) - 8KB banks </part> </software> - <software name="manbow2" supported="no"> + <software name="manbow2"> <description>Manbow 2</description> <year>2007</year> <publisher>Sunrise</publisher> - <notes>Flash writing is not supported. Game play does not start.</notes> <part name="cart" interface="msx_cart"> - <feature name="slot" value="konami_scc"/> + <feature name="slot" value="sunrise_scc"/> <dataarea name="rom" size="0x80000"> <rom name="manbow 2 - sunrise.rom" size="0x80000" crc="64d8454a" sha1="e3b9241291b5f19ab239726360258a31e02565a3"/> </dataarea> </part> </software> - <software name="manbow2a" cloneof="manbow2" supported="no"> + <software name="manbow2a" cloneof="manbow2"> <description>Manbow 2 (alt)</description> <year>2007</year> <publisher>Sunrise</publisher> - <notes>Flash writing is not supported. Game play does not start.</notes> <part name="cart" interface="msx_cart"> - <feature name="slot" value="konami_scc"/> + <feature name="slot" value="sunrise_scc"/> <dataarea name="rom" size="0x80000"> <rom name="manbow 2 - sunrise (alt).rom" size="0x80000" crc="492b06b8" sha1="c2a2663302c845468dddfe7f4eee8823b7d4bdd6"/> </dataarea> |
