mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00

* tvgames/xavix_m.cpp: Removed obsolete I2C I/O hack for Excite Fishing. * ekara_japan_s.xml: Verified dump of Saiten Cartridge: Challenge Idol vol.2 (Japan) (SC0008-SAI) from a second cartridge. * ekara_japan.xml: Fixed copy/paste errors in Enkamichi cartridge titles. New systems marked not working ------------------------- Takara Tomy / SSD Company LTD Hi-Kara (Japan) [David Haywood, Team Europe] New working software list items ------------------------- ekara_japan: Enkamichi Volume 9 (Japan) (EC0064-ENK) [David Haywood, Team Europe] ekara_japan_ac: Misora Hibari PR-06 (Japan) [David Haywood, Team Europe] ekara_japan_g: TV Pop Junior Volume 3 (Japan) (GC0009-TPJ) [David Haywood, Team Europe] ekara_japan_m: Kids Song Mini Volume 2 (Japan) (MC0008-KSM) [David Haywood, Team Europe] ekara_japan_sp: Super Cartridge: Best Hit (Japan) (SP-01) [David Haywood, Team Europe] evio: Concerto Selection [David Haywood, Team Europe] hikara: Best Hit Collection Volume 1: J-Pop 1 [David Haywood, Team Europe] hikara: Best Hit Collection Volume 2: J-Pop 2 [David Haywood, Team Europe] hikara: Best Hit Collection Volume 4: Anime 1 [David Haywood, Team Europe] hikara: Hi-kara 5-song capacity user cartridge (used, with 5 songs) [David Haywood, Team Europe]
53 lines
1.8 KiB
XML
53 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
-->
|
|
<softwarelist name="ekara_japan_ac" description="Takara e-kara (Japan) ACxxxx series cartridges">
|
|
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit -->
|
|
|
|
<!--
|
|
These are bundled/pack-in cartridges that don't appear to be part of any other series
|
|
|
|
Japanese cart listing (by AC code) * = dumped
|
|
* = dumped
|
|
|
|
this numbering is a little unusual, maybe the 'A' series Pichi Pichi Pitch
|
|
are actually 1-8 here, just lacking the actual AC markings.
|
|
see ekara_japan_a.xml
|
|
|
|
the PR-06 cart also has 'AC0009' on the PCB (along with a PR0006 sticker) so this doesn't appear to a unique numbering
|
|
|
|
*KR-1 Kirarin Revolution (comes in kira kara Starter Set bundled with Kirarin Revolution microphone) (inside cart is marked AC0009-KIR)
|
|
*PR-06 Misora Hibari (inside cart is marked AC0009)
|
|
|
|
(more?)
|
|
|
|
-->
|
|
|
|
<software name="kr1" supported="no">
|
|
<description>Kirarin Revolution KR-1 (Japan)</description>
|
|
<year>2007</year>
|
|
<publisher>Takara</publisher>
|
|
<info name="alt_title" value="きらりん☆レボリューション" />
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="ekara_ac0009-kir.bin" size="0x100000" crc="351c99c3" sha1="86c2d231d0d07f5e214e19f49dc1bda3aac42eb0"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="pr06" supported="no">
|
|
<description>Misora Hibari PR-06 (Japan)</description>
|
|
<year>2006</year>
|
|
<publisher>Takara</publisher>
|
|
<info name="alt_title" value="美空ひばり" />
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="PR-06.u1" size="0x100000" crc="a08a5e06" sha1="c0abd221733002ab120e44f01c59d478547fc0d3"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|