diff options
| author | 2026-04-29 18:45:59 +0100 | |
|---|---|---|
| committer | 2026-04-29 19:45:59 +0200 | |
| commit | 43faf9265bb1838682067d36ccbb11206c281c38 (patch) | |
| tree | c44956d1881023a38b38d63e1869d89f29917d8f /hash | |
| parent | b7630677f7b54970d80101b705164bea08b69141 (diff) | |
Current Plug & Play PR (1 working system, 1 nw system, 2 nw clones, 1 working softlist entry, 2 nw softlist) (#15282)
New working systems
-------------------
50 in 1 Arcade Joystick [Team Europe]
New working software list items
-------------------------------
jakks_gamekey_wp.xml:
Winnie the Pooh - Piglet's Special Day (3 Bonus Games) [Team Europe]
New software list items marked not working
------------------------------------------
telestory_cart.xml:
Winnie the Pooh - Salta, Tigro, Salta! / Winnie the Pooh - l'orsetto goloso (Italy) [Team Europe]
Il Re Leone / Il Re Leone II - Il Regno Di Simba (Italy) [Team Europe]
New systems marked not working
------------------------------
2 en 1 Multi'Pilote (France) [Team Europe]
New clones marked not working
-----------------------------
My First Dance Dance Revolution (Japan) [Team Europe, David Haywood]
Genius TV Progress (VTech, France) [Team Europe]
- disabled some logging by default in unsp core [David Haywood]
- added SPI FIFO support to GPCE4 [David Haywood]
- added some missing timers to GPCE4 [David Haywood]
- more properly factory defaulted digicolr data [David Haywood]
- rewrote generic_spi_flash HLE code (used for transparently byte addressed SPI flash) ensuring it still works for Monon Color [David Haywood]
- hooked up new code to st2302u_bbl_spi.cpp, removing local implementation and allowing retro150, retro150a, pg118, table108, ppg118, dphh8633, dphh8661 to show correct graphics [David Haywood]
- hooked up new code to generalplus_gpce4 allowing mapacman to correctly check the device on startup rather than bypassing it [David Haywood]
- added display on/off and sleep on/off to st7735_lcdc so that the screen will blank when requested [David Haywood]
- added another 'inline attribute' XaviX video mode used by multiplt [David Haywood]
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/jakks_gamekey_wp.xml | 22 | ||||
| -rw-r--r-- | hash/telestory_cart.xml | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/hash/jakks_gamekey_wp.xml b/hash/jakks_gamekey_wp.xml new file mode 100644 index 00000000000..9d0f937c6dd --- /dev/null +++ b/hash/jakks_gamekey_wp.xml @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> +<!-- +license:CC0-1.0 +--> +<softwarelist name="jakks_gamekey_wp" description="JAKKS Pacific 'WP' Game Keys"> + + <!-- This list is for the 'WP' coded Game Keys, for Winnie the Pooh --> + + <!-- from a GameKey with Italian packaging, but plays in English --> + <software name="pooh"> + <description>Winnie the Pooh - Piglet's Special Day (3 Bonus Games)</description> + <year>2005</year> + <publisher>JAKKS Pacific / Backbone Entertainment</publisher> + <part name="cart" interface="jakks_gamekey"> + <dataarea name="rom" size="0x800000"> + <rom name="wpgamekey.bin" size="0x200000" crc="7700ed88" sha1="b6b1570b2634fb652b6be7fe758afc5a19d738de" offset="0" /> + </dataarea> + </part> + </software> + +</softwarelist> diff --git a/hash/telestory_cart.xml b/hash/telestory_cart.xml index 743699479bd..7b165b8c4c8 100644 --- a/hash/telestory_cart.xml +++ b/hash/telestory_cart.xml @@ -113,6 +113,17 @@ Undumped carts: </part> </software> + <software name="poohit" cloneof="pooh" supported="no"> + <description>Winnie the Pooh - Salta, Tigro, Salta! / Winnie the Pooh - l'orsetto goloso (Italy)</description> + <year>2006</year> + <publisher>JAKKS Pacific / Toymax / Handheld Games</publisher> + <part name="cart" interface="telestory_cart"> + <dataarea name="rom" size="0x800000"> + <rom name="telestorypoohit.bin" size="0x800000" crc="ca1cbad1" sha1="70541709d31897619760b577a1cfc29d936968b1"/> + </dataarea> + </part> + </software> + <software name="cinder" supported="no"> <description>Cinderella - Cinderella / Beauties in Bloom (USA)</description> <year>2006</year> @@ -135,6 +146,17 @@ Undumped carts: </part> </software> + <software name="lionkingit" cloneof="lionking" supported="no"> + <description>Il Re Leone / Il Re Leone II - Il Regno Di Simba (Italy)</description> + <year>2006</year> + <publisher>JAKKS Pacific / Toymax / Handheld Games</publisher> + <part name="cart" interface="telestory_cart"> + <dataarea name="rom" size="0x800000"> + <rom name="telestorylionkingit.bin" size="0x800000" crc="e9661239" sha1="e3337c9a4ba3a9baa9b175ba3503d867a5141a9e"/> + </dataarea> + </part> + </software> + <software name="dora" supported="no"> <description>Dora the Explorer - At the Carnival / Dora Goes to School (USA)</description> <year>2006</year> |
