Skip to content

hash/snes: New dump that will never give you up #13790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions hash/snes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66892,6 +66892,26 @@ to ensure nothing has been touched in the Retro Quest cart production in 2013/20
</part>
</software>

<!--
Initially released as a patch from Super Mario World, as a
form of trolling consistent with the “Rick Roll” meme.

https://www.smwcentral.net/?p=section&a=details&id=17482
-->
<software name="xkashack">
<description>Xka Shack</description>
<year>2008</year>
<publisher>Smallhacker &amp; smkdan</publisher>
<info name="alt_title" value="Rickrolled!" />
<info name="release" value="20081204" /> <!-- File date in zip archive -->
<part name="cart" interface="snes_cart">
<feature name="slot" value="lorom" />
<dataarea name="rom" size="4194304">
<rom name="xka shack" size="4194304" crc="c19ef90c" sha1="0d77b4cb5af31af03ffba6b9a30b6c21a5a929a5" offset="0x000000" />
</dataarea>
</part>
</software>

<software name="xmen">
<description>X-Men - Mutant Apocalypse (Europe)</description>
<year>1994</year>
Expand Down