mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
5c5073fe92
* 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]
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
-->
|
|
<softwarelist name="nes_vt_cart" description="Cartridges compatible with VRT VT0x based units">
|
|
|
|
<!-- can be used with TimeTop Super Game 25-in-1 (GM-228) (timetp25) -->
|
|
<!-- many other 'xx Types of Crazy Games' cartridges exist -->
|
|
<software name="crazy10">
|
|
<description>Color Screen Game World - 10 Types of Crazy Games / Wonders 163-in-1</description>
|
|
<year>200?</year>
|
|
<publisher>TimeTop</publisher> <!-- maybe -->
|
|
<part name="cart" interface="nes_vt_cart">
|
|
<dataarea name="rom" size="0x200000">
|
|
<rom name="s29al016d70tfi02.bin" size="0x200000" crc="f9d4bb5c" sha1="25af611b0ccc48bdab531d7c291a25db787d4212"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- Generic looking cartridge paired with a Joystick style controller -->
|
|
<software name="5bonus">
|
|
<description>5 Bonus Games</description>
|
|
<year>200?</year>
|
|
<publisher><unknown></publisher>
|
|
<part name="cart" interface="nes_vt_cart">
|
|
<dataarea name="rom" size="0x80000">
|
|
<rom name="C9C8_8-20LS.U1" size="0x80000" crc="ea86e3cd" sha1="b641a6bda9f80c9cd9730008eff24df92a6a59cb"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|