mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
f0b4be4142
* monon_color.cpp : music MCU commands axxx really are reading a 0x1000 range from the internal ROM for a direct comparison, not sniffing the SPI bus. Add some debugging code to run that if wanted for now, even if it's incomplete (defaults to suspending the CPU) new WORKING software list entries ------------- monon_color.xml: ielts: Yǎsī tǎ dà màoxiǎn / 雅思塔大冒险 / IELTS Adventure [Peter Wilhelmsen] ultbrain: Nǎolì liánlián kàn / 脑力连连看 / Ultimate Brain Power [Peter Wilhelmsen] labmath: Àoshù shíyàn shì / 奥数实验室 / Laboratory Mathematica Olympiad [Peter Wilhelmsen] * c2color changes - added dumps of both internal SPI ROMs to the driver [Peter Wilhelmsen] new NOT WORKING software list additions ----------- c2color_cart.xml: agree: Dì 1 dàn: Dài Lóngwáng Fēngyìn [Peter Wilhelmsen] kingwing: Dì 2 dàn: Zhī Yìwáng De Shì Liàn [Peter Wilhelmsen] - replaced overdumped darkones set in Software List with correct dump [Peter Wilhelmsen]
300 lines
15 KiB
XML
300 lines
15 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="monon_color" description="M&D Monon Color cartridges">
|
|
<!-- Cartridges contain a serial flash ROM, and an epoxy blob.
|
|
The blob contains game specific music, assuming it to be an MCU
|
|
|
|
Note, games save data to 0x50000-0x6ffff, in an unused cart this area is always 0xff filled -->
|
|
|
|
<!-- Known games list
|
|
|
|
English Translation Romanization Dumped? Released? Item # Type? Full name
|
|
Seer: Ares Fighting Spirit Sài ěr hào: Zhànshén dòu hún Y Y NO. 101 RPG 赛尔号:战神斗魂
|
|
Roco Kingdom: Magic Array Luòkè wángguó-mófǎ zhèn Y Y NO. 102 PUZ/EDU 洛克王国-魔法阵
|
|
Mech Cyclone: Fighting Masters Jī jiǎ xuànfēng-gédòu dàshī Y Y NO. 103 FTG 机甲旋风-格斗大师
|
|
Zinba! : The Lost Relics Shén pò-shīluò de yíjī Y Y NO. 104 RPG 神魄-失落的遗迹
|
|
Seer: Energy Battle Sài ěr hào-néngyuán dà zuòzhàn Y Y NO. 105 PUZ 赛尔号-能源大作战
|
|
Iron Man: Hero Strike Gāngtiě xiá-yīngxióng fǎnjí zhàn Y Y NO. 106 ACT 钢铁侠-英雄反击战
|
|
Zombie Hunter Jiāngshī lièrén Y Y NO. 107 ACT 僵尸猎人
|
|
IELTS Adventure Yǎsī tǎ dà màoxiǎn Y Y NO. 108 PUZ/EDU 雅思塔大冒险
|
|
Ultimate Brain Power Nǎolì liánlián kàn Y Y NO. 109 PUZ/EDU 脑力连连看
|
|
Roco Kingdom: Big Adventure Luòkè wángguó-dà màoxiǎn Y Y NO. 201 ACT 洛克王国-大冒险
|
|
Roco Kingdom RPG: Ice Blue Luòkè wángguó-bīng zhī lán Y Y NO. 202 RPG 洛克王国-冰之蓝
|
|
Roco Kingdom RPG: Black Flame Luòkè wángguó-hēi zhī yán Y Y NO. 203 RPG 洛克王国-黑之炎
|
|
Roco Kingdom: Card Wars Luòkè wángguó-kǎ pái zhàn jì Y Y NO. 204 RPG 洛克王国-卡牌战纪
|
|
Armor Warrior Kǎijiǎ yǒngshì dàluàn dòu Y Y NO. 205 ACT 铠甲勇士大乱斗
|
|
Roco Kingdom: The King's Badge Luòkè wángguó-wángzhě huīzhāng Y Y NO. 206 RPG 洛克王国-王者徽章
|
|
Laboratory Mathematica Olympiad Àoshù shíyàn shì Y Y NO. 207 PUZ/EDU 奥数实验室
|
|
Logic Fight Luójí pīn yī pīn Y Y NO. 301 PUZ/EDU 逻辑拼一拼
|
|
Pleasant Goat and Big Big Wolf's comet battle Xǐyángyáng yǔ huītàiláng-juézhàn miē xīng Y Y NO. 302 PUZ/EDU 喜羊羊与灰太狼-决战咩星
|
|
Dragon Ball: Budokai Lóngzhū-wǔdào dàhuì Y Y NO. 303 ACT 龙珠-武道大会
|
|
League of Legends: The Ultimate Fight Yīngxióng liánméng-zhōngjí gédòu Y Y NO. 304 FTG 英雄联盟-终极格斗
|
|
Ben 10: Alien Force .. N N? ACT BEN 10: ALIEN FORCE
|
|
DIGIMON .. N N? RPG DIGIMON
|
|
Jackie Chan fighting? (1) (unknown) N Y? NO. 308? FTG (unknown)
|
|
|
|
|
|
(1) (Note: One known to exist in the wild, was supposedly bought at a thrift store. Based around Jackie Chan fighting)
|
|
-->
|
|
|
|
<software name="seerfs"> <!-- 101 - Seer: Ares Fighting Spirit -->
|
|
<description>Sài ěr hào: Zhànshén dòu hún</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="赛尔号:战神斗魂"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0800000">
|
|
<rom name="101.bin" size="0x0800000" crc="8fee70c4" sha1="ada5e0d25d704602423594d3e8db1acbbdf0d247"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="rocomagi"> <!-- 102 - Roco Kingdom: Magic Array -->
|
|
<description>Luòkè wángguó-mófǎ zhèn</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="洛克王国-魔法阵"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0800000">
|
|
<rom name="102.bin" size="0x0800000" crc="1bff052f" sha1="c459f86fe60e3ea77c4005873b38c04b52447d47"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="mechcycl"> <!-- 103 - Mech Cyclone: Fighting Masters -->
|
|
<description>Jī jiǎ xuànfēng-gédòu dàshī (set 1)</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="机甲旋风-格斗大师"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0800000">
|
|
<rom name="103.bin" size="0x0800000" crc="e9c41a3b" sha1="6f9803235c30f521ee0936b63acad5b0a9b825ed"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="mechcycla" cloneof="mechcycl"> <!-- 103 - Mech Cyclone: Fighting Masters -->
|
|
<description>Jī jiǎ xuànfēng-gédòu dàshī (set 2)</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="机甲旋风-格斗大师"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0800000">
|
|
<rom name="103_alt.bin" size="0x0800000" crc="ce65c15d" sha1="4623e0e6bca06642c536e267d2d009c541ef1e84"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="zinba"> <!-- 104 - Zinba! : The Lost Relics -->
|
|
<description>Shén pò-shīluò de yíjī</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="神魄-失落的遗迹"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0800000">
|
|
<rom name="104.bin" size="0x0800000" crc="57339d56" sha1="b3bb9ea5a713e58ac7564d3a9272a8d27b587496"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="seereb"> <!-- 105 - Seer: Energy Battle -->
|
|
<description>Sài ěr hào-néngyuán dà zuòzhàn</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="赛尔号-能源大作战"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0400000">
|
|
<rom name="105.bin" size="0x0400000" crc="fd51cb0a" sha1="38dda18b48114a75f1d0fdf96a31f217d6584b30"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="ironmnhs"> <!-- 106 - Iron Man: Hero Strike -->
|
|
<description>Gāngtiě xiá-yīngxióng fǎnjí zhàn</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="钢铁侠-英雄反击战"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0800000">
|
|
<rom name="106.bin" size="0x0800000" crc="837e77fc" sha1="e9e560005ce12a1e2cdbfcb98b10df923102768a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="zombhunt"> <!-- 107 - Zombie Hunter -->
|
|
<description>Jiāngshī lièrén</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="僵尸猎人"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x1000000">
|
|
<rom name="107.bin" size="0x1000000" crc="817f3292" sha1="6ed2e65fce9daf6f53c523610be03630f5742284"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="ielts"> <!-- 108 - IELTS Adventure -->
|
|
<description>Yǎsī tǎ dà màoxiǎn</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="雅思塔大冒险"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0800000">
|
|
<rom name="108.bin" size="0x0800000" crc="73c5d04b" sha1="e4fd91d8b86860c2ed973bc6114099a5cea41555"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="ultbrain"> <!-- 109 - Ultimate Brain Power -->
|
|
<description>Nǎolì liánlián kàn</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="脑力连连看"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0400000">
|
|
<rom name="109.bin" size="0x0400000" crc="7e78ed72" sha1="cd2ce46b60fd2d76671e43d69e7fc1938422bd2a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="rocoba"> <!-- 201 - Roco Kingdom: Big Adventure -->
|
|
<description>Luòkè wángguó-dà màoxiǎn</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="洛克王国-大冒险"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x1000000">
|
|
<rom name="201.bin" size="0x1000000" crc="f2561252" sha1="a7092d6b8ad0f3e224dbfc5879965f98b9d981f0"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="rocoice"> <!-- 202 - Roco Kingdom RPG: Ice Blue -->
|
|
<description>Luòkè wángguó-bīng zhī lán</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="洛克王国-冰之蓝"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x1000000">
|
|
<rom name="202.bin" size="0x1000000" crc="e5f1e94f" sha1="ca95171b8b01367f05156656397789c66f0e0ffb"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="rocofire"> <!-- 203 - Roco Kingdom RPG: Black Flame -->
|
|
<description>Luòkè wángguó-hēi zhī yán</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="洛克王国-黑之炎"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x1000000">
|
|
<rom name="203.bin" size="0x1000000" crc="bb5d201f" sha1="ee57692fcb0271900d6ec6214820b32c2591ce74"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- there is a second glob in the cartridge, presumably for the card reader -->
|
|
<software name="rococard" supported="no"> <!-- 204 - Roco Kingdom: Card Wars -->
|
|
<description>Luòkè wángguó-kǎ pái zhàn jì</description>
|
|
<year>2015</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="卡牌战纪"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x1000000">
|
|
<rom name="204.bin" size="0x1000000" crc="0015d25c" sha1="50de7d969bead2df60e8ea4051f8518dd8989633"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="armorwr"> <!-- 205 - Armor Warrior -->
|
|
<description>Kǎijiǎ yǒngshì dàluàn dòu</description>
|
|
<year>2015</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="铠甲勇士大乱斗"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x1000000">
|
|
<rom name="205.bin" size="0x1000000" crc="6ac78f44" sha1="fef56b0db4b8e8ff08b5cffda561ef7377063aab"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- there is a second glob in the cartridge, presumably for the badge reader -->
|
|
<software name="rocobadg" supported="no"> <!-- 206 - Roco Kingdom: The King's Badge -->
|
|
<description>Luòkè wángguó-wángzhě huīzhāng</description>
|
|
<year>2015</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="洛克王国-王者徽章"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x1000000">
|
|
<rom name="206.bin" size="0x1000000" crc="8cf5a3b6" sha1="608604f3701dfc7870ac24426c9bb6e5591d5f0a" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- 207 wasn't printed anywhere on the box or the cartridge, number taken from list in header -->
|
|
<software name="labmath"> <!-- 207 - Laboratory Mathematica Olympiad -->
|
|
<description>Àoshù shíyàn shì</description>
|
|
<year>2014</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="奥数实验室"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0400000">
|
|
<!--<rom name="207.bin" size="0x0400000" crc="6db7936d" sha1="09d52653bc41976de9ad0e424cf9cbfb58e711dc"/>-->
|
|
<!-- the above ROM is cleaned of save data, but the ROM below, with the save area populated, was from a cartridge that had never been removed from packaging -->
|
|
<rom name="207.bin" size="0x0400000" crc="51728461" sha1="aad4bb82c20ab4706c64826c2f09bf59286255f0"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="logicft"> <!-- 301 - Logic Fight -->
|
|
<description>Luójí pīn yī pīn</description>
|
|
<year>2015</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="逻辑拼一拼"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0400000">
|
|
<rom name="301.bin" size="0x0400000" crc="e13f48ba" sha1="dbcb52c52c8ae8e6897b981d76207b0bdd926753"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="bigwolf"> <!-- 302 - Pleasant Goat and Big Big Wolf's comet battle -->
|
|
<description>Xǐyángyáng yǔ huītàiláng-juézhàn miē xīng</description>
|
|
<year>2015</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="喜羊羊与灰太狼-决战咩星"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x0800000">
|
|
<rom name="302.bin" size="0x0800000" crc="3cd4190c" sha1="3d910389e345f2b6ac38fce3571d74fc8cbcfabb"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="drgnbma"> <!-- 303 - Dragon Ball: Budokai -->
|
|
<description>Lóngzhū-wǔdào dàhuì</description>
|
|
<year>2015</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="龙珠-武道大会"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x1000000">
|
|
<rom name="303.bin" size="0x1000000" crc="9c65f7fb" sha1="41bdf33ac66df06229175e8f03500dcfa169dbbc"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="lolfight"> <!-- 304 - League of Legends: The Ultimate Fight -->
|
|
<description>Yīngxióng liánméng-zhōngjí gédòu</description>
|
|
<year>2015</year>
|
|
<publisher>M&D</publisher>
|
|
<info name="alt_title" value="英雄联盟"/>
|
|
<part name="cart" interface="monon_color_cart">
|
|
<dataarea name="rom" size="0x1000000">
|
|
<rom name="304.bin" size="0x1000000" crc="df16649c" sha1="d545e6bac47fe29a3cca3eded687bafcb34b4a1b"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|