mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
leapfrog_leappad_cart.xml: New NOT_WORKING software list additions (#4611)
* leapfrog_leappad_cart.xml: New NOT_WORKING software list additions ------------------- Tad's Good Night (UK) [TeamEurope] Disney Hüpf, Tigger, hüpf! (Germany) [TeamEurope] Shrek (Germany) [TeamEurope] Little Amadeus (Germany) [TeamEurope] Disney Prinzessin - Prinzessinnen-Geschichten (Germany) [TeamEurope] Also removed "I Know My abc's", since it's a "My First LeapPad" game, and not "LeapPad". * Fix cart interface (nw)
This commit is contained in:
parent
5682b86de6
commit
a90f3b83c0
@ -2,19 +2,83 @@
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="leapfrog_leappad_cart" description="LeapFrog LeapPad cartridges">
|
||||
|
||||
<software name="abc" supported="no">
|
||||
<description>LeapPad ABC</description>
|
||||
<year>20??</year>
|
||||
<software name="tadsgngt" supported="no">
|
||||
<description>Tad's Good Night (UK)</description>
|
||||
<year>1999</year>
|
||||
<publisher>LeapFrog</publisher>
|
||||
<info name="serial" value="500-10756 UBL"/>
|
||||
<part name="cart" interface="leapfrog_leappad_cart">
|
||||
<feature name="pcb" value="57000-003-7210"/>
|
||||
<feature name="pcb_rev" value="REV.00"/>
|
||||
<feature name="u1" value="OKi 16M"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
||||
<dataarea name="rom" size="0x200000">
|
||||
<rom name="leappad_abc.bin" size="0x200000" crc="1f265010" sha1="a5fa878f5bcf92e80cb606d5f869d166d3805e05" offset="0" />
|
||||
<rom name="500-10756 UBL - Tad's Good Night.bin" size="0x200000" crc="dc872e63" sha1="ebd259e53849151434091a99455ca74db46528b1" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="tigerg" supported="no">
|
||||
<description>Disney Hüpf, Tigger, hüpf! (Germany)</description>
|
||||
<year>1999</year>
|
||||
<publisher>LeapFrog</publisher>
|
||||
<info name="serial" value="500-11538-B"/>
|
||||
<part name="cart" interface="leapfrog_leappad_cart">
|
||||
<feature name="pcb" value="57000-003-7211"/>
|
||||
<feature name="pcb_rev" value="REV.01"/>
|
||||
<feature name="u1" value="OKi 16M(F)"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
||||
<dataarea name="rom" size="0x200000">
|
||||
<rom name="500-11538-B - Hupf, Tigger, hupf! (GER).bin" size="0x200000" crc="250db2f8" sha1="192721a38befb7be26f9c3c604cd2e5b87828b46" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="shrekg" supported="no">
|
||||
<description>Shrek (Germany)</description>
|
||||
<year>2008</year>
|
||||
<publisher>LeapFrog</publisher>
|
||||
<info name="serial" value="500-11539"/>
|
||||
<part name="cart" interface="leapfrog_leappad_cart">
|
||||
<feature name="pcb" value="57000-003-7234"/>
|
||||
<feature name="pcb_rev" value="Rev.00"/>
|
||||
<feature name="u1" value="OKI 32M(L)-XXWE"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
||||
<dataarea name="rom" size="0x400000">
|
||||
<rom name="500-11539 - Shrek (GER).bin" size="0x400000" crc="5ec0e776" sha1="fb5461049bee23bac2839f9c3ed951abba07f02d" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="lamadeusg" supported="no">
|
||||
<description>Little Amadeus (Germany)</description>
|
||||
<year>2004</year>
|
||||
<publisher>LeapFrog</publisher>
|
||||
<info name="serial" value="500-11973"/>
|
||||
<part name="cart" interface="leapfrog_leappad_cart">
|
||||
<feature name="pcb" value="57000-003-7223"/>
|
||||
<feature name="pcb_rev" value="Rev.00"/>
|
||||
<feature name="u1" value="OKI 32M(J)"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
||||
<dataarea name="rom" size="0x400000">
|
||||
<rom name="500-11973 - Little Amadeus (GER).bin" size="0x400000" crc="bbb84550" sha1="2513a369cc08c6b9ffd118f095018a152994b14d" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="princessg" supported="no">
|
||||
<description>Disney Prinzessin - Prinzessinnen-Geschichten (Germany)</description>
|
||||
<year>2006</year>
|
||||
<publisher>LeapFrog</publisher>
|
||||
<info name="serial" value="500-12559-B"/>
|
||||
<part name="cart" interface="leapfrog_leappad_cart">
|
||||
<feature name="pcb" value="57000-003-7212"/>
|
||||
<feature name="pcb_rev" value="Rev:00"/>
|
||||
<feature name="u1" value="OKi 16M(Ver:L)"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
||||
<dataarea name="rom" size="0x200000">
|
||||
<rom name="500-12559-B - Prinzessinnen-Geschichten (GER).bin" size="0x200000" crc="e889e9bd" sha1="d6f6f1629f24db1a120d0c408028e4996c7468cb" offset="0" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="dino" supported="no">
|
||||
<description>LeapPad Dinosaur</description>
|
||||
<description>Dinosaurs</description>
|
||||
<year>20??</year>
|
||||
<publisher>LeapFrog</publisher>
|
||||
<part name="cart" interface="leapfrog_leappad_cart">
|
||||
@ -24,5 +88,3 @@
|
||||
</part>
|
||||
</software>
|
||||
</softwarelist>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user