mirror of
https://github.com/holub/mame
synced 2025-07-23 18:21:20 +03:00

New working systems ------------------- Hyakujuu Sentai Gaoranger: DX Soul Bird (Japan) [David Haywood, TeamEurope] Mission: Paintball Trainer [David Haywood, TeamEurope] Mission: Paintball [David Haywood, TeamEurope] New systems marked not working ------------------------------ Terebi de Asobou! Mickey & Minnie Mouse Kids (Japan) [David Haywood, TeamEurope] Let's! TV Play Kage Hatsudou Taikan! Blue Dragon - Kiwamero! Fire Crisis! (Japan) [David Haywood, TeamEurope] Beyblade Arcade Challenge 5-in-1 (US) [David Haywood, Sean Riddle, TeamEurope] TV de Asobou! Manabou! Pooh-san to Issho: ABC AIUEO Zukan (Japan) [David Haywood, TeamEurope] Let's TV Play Dragon Ball Z Battle Experience Kamehameha (Japan) [David Haywood, TeamEurope] Family Tetris [David Haywood, Sean Riddle, TeamEurope] My Arcade Galaga (DGUNL-4195, Micro Player Pro) [Sean Riddle] My Arcade Galaga (DGUNL-4199, Pocket Player Pro) [Sean Riddle] Go Retro Portable 260+ Games [David Haywood, TeamEurope] Dontore da bei 2 - Ouchi de, Minna de Fitness! (Japan) [David Haywood, TeamEurope] Yes! Precure 5: Issho to Henshin! Metamorphose! [David Haywood, TeamEurope] Doraemon Taiko AIUEO Zukan (Japan) [David Haywood, TeamEurope] Kyuukyoku! Muscle Stadium! Sasuke Kanzen Seiha (Japan) [David Haywood, TeamEurope] New clones marked not working ----------------------------- Hashire! Tobe! Nagero! Hyper Sports Challenge (Japan) [David Haywood, TeamEurope] My Arcade Space Invaders (DGUNL-7006, Pocket Player Pro) [Sean Riddle] New software list items marked not working ------------------------------------------ duelmast_cart.xml: Duel Masters: Duel Station Ver.1 [David Haywood, TeamEurope] Systems promoted to working --------------------------- Scooby-Doo! and the Mystery of the Castle (JAKKS Pacific TV Game, Game-Key Ready) [AJRHacker, Sean Riddle, David Haywood] - moved a few sets from mdconsole.cpp to megadriv_rad.cpp as they're clearly the same SoC as we have partial support for in there, and will help build a better picture of the features that SoC has. - resorted mame.lst in a few places and other minor cleanups
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||
<!--
|
||
license:CC0-1.0
|
||
-->
|
||
<softwarelist name="duelmast_cart" description="Takara Duel Masters: Duel Station cartridges">
|
||
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit
|
||
|
||
***********************************************************************************
|
||
|
||
-->
|
||
|
||
<!-- only the single known cart exists for this system -->
|
||
|
||
<software name="ver1" supported="no">
|
||
<description>Duel Masters: Duel Station Ver.1</description>
|
||
<year>2003</year>
|
||
<publisher>Takara</publisher>
|
||
<info name="alt_title" value="デュエルマスターズ デュエルステーション専用カートリッジ Ver.1" />
|
||
<part name="cart" interface="ekara_cart">
|
||
<dataarea name="rom" size="0x800000">
|
||
<rom name="duelmasters_cart_ver1.u1" offset="0x000000" size="0x400000" crc="7ba0d51f" sha1="6227866c732ff0b5c9f5026ebabdf220a6c53cc1"/>
|
||
<rom name="duelmasters_cart_ver1.u3" offset="0x400000" size="0x400000" crc="1881fc17" sha1="daf201efac1073e790d94438dc49ac5b65df8d67"/>
|
||
</dataarea>
|
||
</part>
|
||
</software>
|
||
|
||
</softwarelist>
|