mame/hash/c2color_cart.xml
David Haywood f0b4be4142
monon_color.cpp : rejig music CPU protection handling and update notes + new Monon Software List additions / c2color.cpp : dump C2 internal ROM + Software Lists (#10246)
* 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]
2022-08-27 18:32:30 +02:00

83 lines
3.9 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<!--
license:CC0
-->
<softwarelist name="c2color_cart" description="C2 Color cartridges">
<!--
Pinyin English Translation Released? Dumped? Year Released Cartridge # Publisher Chinese Name
These are not standalone games, but extensions for the built in game
Dài Lóngwáng Fēngyìn The Agreement with the Dragon King Y Y 2015 1 Baiyi Animation 带龙王封印
Zhī Yìwáng De Shì Liàn The Trials of King Wing Y Y 2015 2 Baiyi Animation 之翼王的试炼
Zhī Yīngxióng Dǎo Zhī Lièyàn Mó The Fire Devil of Hero Island Y N 2015 3 Baiyi Animation 之英雄岛之烈焰魔
Ànhēi Shìlì Zài Lín The Dark Ones Come Again Y Y 2015 4 Baiyi Animation 暗黑势力再临
Shénmì De Lóngzú Zhī Wáng The Mysterious King of the Dragon Land Y Y 2015 5 Baiyi Animation 神秘的龙族之王
unreleased games:
Supposed to be the only standalone game for the C2 Supposed to be released Q1 2016, but never was
Zhíwù Dàzhàn Jiāngshī 2 Plants vs. Zombies 2 N N N/A 6 PopCap Games 植物大战僵尸2
Mentioned as coming soon in a promotional booklet (another extension?)
? Locke Kingdom search N N N/A 7 Baiyi Animation ?
-->
<!-- see driver for notes about the structure of these, the game ID is at 0x20000 for example -->
<!-- Green package -->
<software name="agree" supported="no">
<description>Dì 1 dàn: Dài Lóngwáng Fēngyìn</description>
<year>2015</year>
<publisher>Baiyi Animation</publisher>
<info name="alt_title" value="第4弹:暗黑势力再临"/>
<part name="cart" interface="c2color_cart">
<dataarea name="rom" size="0x800000">
<rom name="game1_agree.bin" size="0x800000" crc="e520140f" sha1="4059f9a142238c7976ae59008e92e86170c2eed5" />
</dataarea>
</part>
</software>
<!-- Red package -->
<software name="kingwing" supported="no">
<description>Dì 2 dàn: Zhī Yìwáng De Shì Liàn</description>
<year>2015</year>
<publisher>Baiyi Animation</publisher>
<info name="alt_title" value="第4弹:暗黑势力再临"/>
<part name="cart" interface="c2color_cart">
<dataarea name="rom" size="0x400000">
<rom name="game2_kingwing.bin" size="0x400000" crc="64bd94ca" sha1="7da9bfddb48c83ade523850c1e714d3e6310b5f3" />
</dataarea>
</part>
</software>
<!-- Yellow package -->
<software name="darkones" supported="no">
<description>Dì 4 dàn: Ànhēi Shìlì Zài Lín</description>
<year>2015</year>
<publisher>Baiyi Animation</publisher>
<info name="alt_title" value="第4弹:暗黑势力再临"/>
<part name="cart" interface="c2color_cart">
<dataarea name="rom" size="0x400000">
<rom name="game4_darkones.bin" size="0x400000" crc="74acb584" sha1="8c7e8b551dcd801c16bc6db159f0d6c5bf20906a" />
</dataarea>
</part>
</software>
<!-- Black package -->
<software name="kingdlnd" supported="no">
<description>Dì 5 dàn: Shénmì De Lóngzú Zhī Wáng</description>
<year>2015</year>
<publisher>Baiyi Animation</publisher>
<info name="alt_title" value="第5弹:神秘的龙族之王"/>
<part name="cart" interface="c2color_cart">
<dataarea name="rom" size="0x800000">
<rom name="game5_kingdlnd.bin" size="0x800000" crc="1e20d906" sha1="323df1ce05ff4fc1aaefe3e0e2b929aec40cc230" />
</dataarea>
</part>
</software>
</softwarelist>