mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
334c801c55
* replaced dgun2869 dump with good one [Sean Riddle] * also did some work on the dreamGear unit, works now * an innotab2 driver entry was also added to hold the software list, but the ROM isn't dumped yet machines promoted to WORKING ------ My Arcade Retro Micro Controller - 220 Built-In Video Games (DGUN-2869) [Zup, Team Europe, Sean Riddle] new WORKING machines ------ Code Lyoko (25-in-1 handheld) [KaruzoHikari, Team Europe, David Haywood] My Arcade Pac-Man Pocket Player (DGUNL-3227) [Sean Riddle] new NOT WORKING machines ------ Palace Arcade [Sean Riddle, Kamaal Brown] new NOT WORKING Software List entries ------ vtech_innotab_cart.xml : Mickey Mouse Clubhouse (UK) [Team Europe]
25 lines
901 B
XML
25 lines
901 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="vtech_innotab_cart" description="VTech InnoTAB 1/2/3 Cartridges">
|
|
<!-- NOT InnoTAB Max - those are compatible with InnoTV instead -->
|
|
|
|
<!-- These are NAND Flash ROMs containing a FAT16 filesystem -->
|
|
<!-- Some cartridges contain no ROM, but just bridges between edge connector pins. -->
|
|
|
|
<!-- pinout is identical to Storio cartridges -->
|
|
|
|
<software name="mmousec" supported="no">
|
|
<description>Mickey Mouse Clubhouse (UK)</description>
|
|
<year>2011</year>
|
|
<publisher>VTech</publisher>
|
|
<part name="cart" interface="vtech_storio_cart">
|
|
<dataarea name="rom" size="0x8400000">
|
|
<rom name="80-230403-103 - Mickey Mouse Clubhouse (UK).bin" size="0x8400000" crc="839567a9" sha1="bd4e2c8138d6f62bcac1978745a2b752bcefb07d" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|