mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00

* tvgames/elan_eu3a05vid.cpp: Hooked up transparent pen register. * tvgames/trkfldch.cpp: Hooked up additional DMA registers and added an input register for JG7000. * skeleton/easy_karaoke.cpp: Listed built-in songs. * ekara_japan_bh.xml: Added another title to the list of undumped cartridges. New working systems -------------------- Game Zone II 128-in-1 [TeamEurope, David Haywood] Joystick88 [TeamEurope, David Haywood] Motorcycle 30-in-1 [TeamEurope, David Haywood] My Arcade Plug And Play 220 Game Retro Controller (DGUN-2959) [TeamEurope, ChinnyVision] Super TV Air Jet 6-in-1 (Lexibook Junior) [TeamEurope, David Haywood] Wireless Boxing (PAL, Play Vision) [TeamEurope, David Haywood] New systems marked not working ------------------ Zone Family Fit [TeamEurope, David Haywood] Dance Dance Revolution - Broadwalk Arcade [wai-3-love] Kidizoom (Germany, blue camera) [TeamEurope] Kidizoom Connect (Germany, pink camera) [TeamEurope] Sudoku TV Game (PAL, 2 players) [TeamEurope, David Haywood] TV Sports Plug & Play 5-in-1 (JG7000) [TeamEurope, David Haywood] Virtual Football (with 3 bonus games) [TeamEurope, David Haywood] New working software items ------------- nes_vt_cart.xml 5 Bonus Games [TeamEurope, David Haywood] New software items marked not working ----------- easy_karaoke_cart.xml Golden Greats Vol.1 [TeamEurope, David Haywood] Golden Greats Vol.2 [TeamEurope, David Haywood] Mega Hits Vol.1 [TeamEurope, David Haywood] Mega Hits Vol.3 [TeamEurope, David Haywood]
79 lines
2.5 KiB
XML
79 lines
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
-->
|
|
<softwarelist name="ekara_japan_bh" description="Takara e-kara (Japan) BH-xx series cartridges">
|
|
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit -->
|
|
<!--
|
|
Japanese cart listing (by BH code) * = dumped
|
|
* = dumped
|
|
|
|
A secondary 4-digit naming scheme BHxxxx (no extension) appears on a sticker on the cartridge PCB only
|
|
|
|
For e-kara only
|
|
|
|
These are probably all just titled 'Best Hit Collection'
|
|
|
|
BH-01 (unknown)
|
|
*BH-02 Best Hit Collection
|
|
*BH-03 Best Hit Collection
|
|
BH-04 (unknown)
|
|
*BH-05 Best Hit Collection)
|
|
*BH-06 Best Hit Collection
|
|
BH-07 Best Hit Collection
|
|
|
|
(more? what's the BH highest number?)
|
|
|
|
-->
|
|
|
|
<software name="bh02">
|
|
<description>BH-02 Best Hit Collection (Japan)</description>
|
|
<year>2005</year>
|
|
<publisher>Takara</publisher>
|
|
<info name="alt_title" value="ベストヒットコレクション BH-02" />
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="bh02.bin" size="0x100000" crc="05ada4d7" sha1="abee397597f04f89b80bca69fa2daa4e2af7056b"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="bh03">
|
|
<description>BH-03 Best Hit Collection (Japan)</description>
|
|
<year>2005</year>
|
|
<publisher>Takara</publisher>
|
|
<info name="alt_title" value="ベストヒットコレクション BH-03" />
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="bh03.bin" size="0x100000" crc="d17cafd4" sha1="b74fd0f77a726547d4001d4177a5ccd2ea35536a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="bh05">
|
|
<description>BH-05 Best Hit Collection (Japan)</description>
|
|
<year>2005</year>
|
|
<publisher>Takara</publisher>
|
|
<info name="alt_title" value="ベストヒットコレクション BH-05" />
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="bh05.bin" size="0x100000" crc="9713f0c1" sha1="1ccd666771dcaed304e69c7dee06ae11df4ab091"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="bh06">
|
|
<description>BH-06 Best Hit Collection (Japan)</description>
|
|
<year>2005</year>
|
|
<publisher>Takara</publisher>
|
|
<info name="alt_title" value="ベストヒットコレクション BH-06" />
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="bh06.bin" size="0x100000" crc="6e264ecb" sha1="6c3e4253565242c0c6dcdab7698f5b1e28544b2e"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|