diff options
author | 2021-11-06 06:36:48 -0800 | |
---|---|---|
committer | 2021-11-07 01:36:48 +1100 | |
commit | a4629846be147224f5cecf254ec8c22d8163d0e8 (patch) | |
tree | 08a1408b2ba4dcf8f05350054af6da5f5246727c | |
parent | f03bb5dc9899751d73e6029506c0d05a3eb582db (diff) |
nes.xml: Added a Mega Man 2 re-release. (#8785)
New NOT_WORKING software list additions
---------------------------------------
Mega Man 2 - 30th Anniversary Classic Cartridge [kdawg]
-rw-r--r-- | hash/nes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hash/nes.xml b/hash/nes.xml index d93b01e5a3e..977c2f73b58 100644 --- a/hash/nes.xml +++ b/hash/nes.xml @@ -48317,6 +48317,24 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx </part> </software> + <software name="megaman2u30" cloneof="megaman2" supported="no"> + <description>Mega Man 2 - 30th Anniversary Classic Cartridge</description> + <year>2018</year> + <publisher>Capcom / iam8bit</publisher> + <info name="serial" value="8BIT-LCC-002"/> + <part name="cart" interface="nes_cart"> + <feature name="slot" value="unrom512" /> + <feature name="pcb_model" value="INL-D-RAM" /> + <feature name="mirroring" value="4screen" /> + <dataarea name="prg" size="262144"> + <rom name="mega man 2 (iam8bit 30th anniversary).prg" size="262144" crc="891c14bc" sha1="80d61ba914ee2e9e68899afebb30ed29a54dc66a" /> + </dataarea> + <!-- 32k VRAM on cartridge --> + <dataarea name="vram" size="32768"> + </dataarea> + </part> + </software> + <software name="megamit2"> <description>Megami Tensei II - Digital Devil Story (Jpn, Rev. A)</description> <year>1990</year> |