mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
New NOT_WORKING software list additions (#5680)
* New NOT_WORKING software list additions --------------------------------------- Baby's First Words (USA) [ClawGrip, TeamEurope] Pooh Loves You! (USA) [ClawGrip, TeamEurope] If I were... (USA) [ClawGrip, TeamEurope] * Add separate software list for Leap Frog Little Touch LeapPad (nw) * Fix game name (nw)
This commit is contained in:
parent
e28579f058
commit
828a8c6ce6
50
hash/leapfrog_ltleappad_cart.xml
Normal file
50
hash/leapfrog_ltleappad_cart.xml
Normal file
@ -0,0 +1,50 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
||||
<softwarelist name="leapfrog_ltleappad_cart" description="LeapFrog Little Touch LeapPad cartridges">
|
||||
|
||||
<software name="babyfwords" supported="no">
|
||||
<description>Baby's First Words (USA)</description>
|
||||
<year>2003</year>
|
||||
<publisher>LeapFrog</publisher>
|
||||
<info name="serial" value="500-10247"/>
|
||||
<part name="cart" interface="leapfrog_mfleappad_cart"> <!-- change interface to "leapfrog_ltleappad_cart" once the Little Touch BIOS is dumped and added -->
|
||||
<feature name="pcb" value="CT337V0"/>
|
||||
<feature name="pcb_rev" value="1A"/>
|
||||
<feature name="u1" value="Macronix ROM: MX23L3210"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
||||
<dataarea name="rom" size="0x400000">
|
||||
<rom name="500-10247 - Baby's First Words.bin" size="0x400000" crc="a28fdb10" sha1="c9209222dd28b546047fb4352ef8a88d2892c460" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="poohlovesu" supported="no">
|
||||
<description>Disney Pooh Loves You! (USA)</description>
|
||||
<year>2004</year>
|
||||
<publisher>LeapFrog</publisher>
|
||||
<info name="serial" value="500-11375"/>
|
||||
<part name="cart" interface="leapfrog_mfleappad_cart"> <!-- change interface to "leapfrog_ltleappad_cart" once the Little Touch BIOS is dumped and added -->
|
||||
<feature name="pcb" value="CT205V6"/>
|
||||
<feature name="pcb_rev" value="1A"/>
|
||||
<feature name="u1" value="Sunplus 16MBit ROM: SPR1600A"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
||||
<dataarea name="rom" size="0x200000">
|
||||
<rom name="500-11375 - Pooh Loves You.bin" size="0x200000" crc="b91d260f" sha1="babc3c084cec8929b80257a0b0fbfc85fc2eb16e" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
<software name="ifiwere" supported="no">
|
||||
<description>If I were... (USA)</description>
|
||||
<year>2003</year>
|
||||
<publisher>LeapFrog</publisher>
|
||||
<info name="serial" value="500-11468"/>
|
||||
<part name="cart" interface="leapfrog_mfleappad_cart"> <!-- change interface to "leapfrog_ltleappad_cart" once the Little Touch BIOS is dumped and added -->
|
||||
<feature name="pcb" value="CT316V0"/>
|
||||
<feature name="pcb_rev" value="1A"/>
|
||||
<feature name="u1" value="Sunplus ROM: SPR32100A"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
||||
<dataarea name="rom" size="0x400000">
|
||||
<rom name="500-11468 UBL - If I were.bin" size="0x400000" crc="297cb62a" sha1="4bddc6ea95f92fc33690b349277b1e0234d67ce1" />
|
||||
</dataarea>
|
||||
</part>
|
||||
</software>
|
||||
|
||||
</softwarelist>
|
@ -132,6 +132,7 @@ void leapfrog_leappad_state::leapfrog_mfleappad(machine_config &config)
|
||||
m_cart->set_device_load(FUNC(leapfrog_leappad_state::cart_load), this);
|
||||
|
||||
SOFTWARE_LIST(config, "cart_list").set_original("leapfrog_mfleappad_cart");
|
||||
SOFTWARE_LIST(config, "cart_list2").set_original("leapfrog_ltleappad_cart");
|
||||
}
|
||||
|
||||
// All of these contain the string "Have you copied our ROM?" near the date codes
|
||||
|
Loading…
Reference in New Issue
Block a user