summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author mamehaze <140764005+mamehaze@users.noreply.github.com>2026-05-13 17:40:50 +0100
committer GitHub <noreply@github.com>2026-05-13 18:40:50 +0200
commitb66dcb71a2a699526f2ffd9261c20d9ab4876fc4 (patch)
tree80cfaaa63fec0099b0ce65beb6c9b2303f8c99ba /hash
parent53ae362496ad8b8800a057c3c274e65033f574f9 (diff)
Current Plug & Play / Handhelds PR / GPL951xx milestone (9 new sets, 3 softlist entries) (#15334)
- continued work on GPL951xx and GPL162xx further documenting registers / differences - created stub device for GPL951xx RTC allowing some sets to boot a bit further - added LCDC to GPL951xx based games (all of them have one) and allow bftetris to render graphics as it programs it directly - added 'timebase' timers to GPL951xx and GPL162xx emulation, which was also required by bftetris and others. Discovered that bornkidh and beijuehh have a protection function in the timebase interrupt that needs studying (disabled it in those cases for now) - added 'scheduler' interrupt to GPL162xx instead of unknown timer hack, used by smartfp - moved some code out into devices - split GPL951xx and GPL162xx implementations as despite similarities there are many differences and sharing a base doesn't make much sense - removed some hacks (dressmtv doesn't boot to title anymore, but that will be addressed later) - moved a few files around (GPL951xx has no TV out, so moved those out of tvgames) New working systems ------------------- TV Joy Pro 15-in-1 (2500) [Team Europe, David Haywood] TV Joy Pro 30-in-1 (2501) [Team Europe, David Haywood] New clones marked not working ----------------------------- Punirunes (HXR-1 PCB) [Team Europe] New systems marked not working ------------------------------ Popstar Karaoke [Team Europe, David Haywood] Wild King (Japan) [Team Europe, David Haywood] Jewel Pad (Japan) [Team Europe, David Haywood] Kimi mo Pokemon Hakase! Rotom Pad (Japan) [Team Europe] Popstarz Karaoke (GK8000) [Team Europe] Mini Arcade Machine 240-in-1 (translucent case) [Team Europe, David Haywood] New software list items marked not working ------------------------------------------ popstar_cart.xml: Popstar Karaoke - 5 Songs [Team Europe, David Haywood] Popstar Karaoke Vol. 1 [Team Europe, David Haywood] Popstar Karaoke Vol. 2 [Team Europe, David Haywood]
Diffstat (limited to 'hash')
-rw-r--r--hash/popstar_cart.xml43
1 files changed, 43 insertions, 0 deletions
diff --git a/hash/popstar_cart.xml b/hash/popstar_cart.xml
new file mode 100644
index 00000000000..58f69c608f8
--- /dev/null
+++ b/hash/popstar_cart.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
+<!--
+license:CC0-1.0
+-->
+<softwarelist name="popstar_cart" description="Cartridges compatible with Popstar Karaoke">
+
+ <software name="5songs" supported="no"> <!-- this was the pack-in cart -->
+ <description>Popstar Karaoke - 5 Songs</description>
+ <year>2002</year>
+ <publisher>unknown</publisher>
+ <part name="cart" interface="popstar_cart">
+ <dataarea name="rom" size="0x80000">
+ <rom name="popstar_karaoke_5songs.u5" size="0x80000" crc="d0010434" sha1="967a0bea0a940757ff1c397c580a23c0055b3fca"/>
+ </dataarea>
+ </part>
+ </software>
+
+ <software name="popstar1" supported="no">
+ <description>Popstar Karaoke Vol. 1</description>
+ <year>2002</year>
+ <publisher>unknown</publisher>
+ <part name="cart" interface="popstar_cart">
+ <dataarea name="rom" size="0x80000">
+ <!-- checksum on label doesn't seem to match bytesum? -->
+ <rom name="popstar_karaoke_vol1.u5" size="0x80000" crc="ae1e0550" sha1="6b874630a3925f55b3d9755e331232eee8edd6f0" status="baddump"/>
+ </dataarea>
+ </part>
+ </software>
+
+ <software name="popstar2" supported="no">
+ <description>Popstar Karaoke Vol. 2</description>
+ <year>2002</year>
+ <publisher>unknown</publisher>
+ <part name="cart" interface="popstar_cart">
+ <dataarea name="rom" size="0x80000">
+ <!-- checksum on label doesn't seem to match bytesum? -->
+ <rom name="popstar_karaoke_vol2.u5" size="0x80000" crc="38eeac5b" sha1="6cd4f7b7f34fecd68564f9d14e773dba61607db8" status="baddump"/>
+ </dataarea>
+ </part>
+ </software>
+
+</softwarelist>