diff options
| author | 2025-06-29 17:56:15 -0400 | |
|---|---|---|
| committer | 2025-06-29 23:56:15 +0200 | |
| commit | bb7189d77fb325b876117bfeb873b72306c15073 (patch) | |
| tree | 4b29bcf36a7676798f9527ed981916436f18f5d4 | |
| parent | 486194b9fdb6a4e7fd1e3815d8f2b08c8e86682b (diff) | |
Add Mieyen and Mazy2 homebrew games to PV-1000 software list (#13717)
New working software list items
-------------------------------
pv1000: Mieyen, Mazy2 [inufuto]
| -rw-r--r-- | hash/pv1000.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/hash/pv1000.xml b/hash/pv1000.xml index e5497785aeb..77bf36d66e5 100644 --- a/hash/pv1000.xml +++ b/hash/pv1000.xml @@ -359,4 +359,26 @@ Undumped carts: </part> </software> + <software name="mieyen"> + <description>Mieyen</description> + <year>2025</year> + <publisher>Inufuto</publisher> + <part name="cart" interface="pv1000_cart"> + <dataarea name="rom" size = "0x4000"> + <rom name="mieyen.rom" size="0x4000" crc="c5fbd695" sha1="96f41e9c5447f78b3003dd6a92088ea02d9ef7fe"/> + </dataarea> + </part> + </software> + + <software name="mazy2"> + <description>Mazy2</description> + <year>2025</year> + <publisher>Inufuto</publisher> + <part name="cart" interface="pv1000_cart"> + <dataarea name="rom" size = "0x4000"> + <rom name="mazy2.rom" size="0x4000" crc="6e6f9694" sha1="c8c678aec84c181ca7f2dfa155fc211f51832e15"/> + </dataarea> + </part> + </software> + </softwarelist> |
