diff options
author | 2019-12-24 15:38:10 -0500 | |
---|---|---|
committer | 2019-12-24 15:38:10 -0500 | |
commit | 200bbdcd025e80d951a5dbf480c6a0df00a244a9 (patch) | |
tree | 12001b56aa64486d2c3eaa74d60259bc43b6bc0f /hash | |
parent | 68b6eb7b5c65860088ff38085f11591385163261 (diff) | |
parent | f3d0f7de21b31c434cdb65b0970122196b93564b (diff) |
Merge pull request #6084 from FakeShemp/misscomm
snes.xml - Add Missile Command
Diffstat (limited to 'hash')
-rw-r--r-- | hash/snes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/hash/snes.xml b/hash/snes.xml index 6b02633c4b9..f42902bd695 100644 --- a/hash/snes.xml +++ b/hash/snes.xml @@ -1688,6 +1688,29 @@ Beyond that last category are the roms waiting to be classified. </software> --> + <software name="missile" cloneof="arcadeac"> + <description>Missile Command (prototype 19970210)</description> + <year>1997</year> + <publisher>Atari</publisher> + <part name="cart" interface="snes_cart"> + <feature name="pcb" value="SHVC-2P3B-01" /> + <feature name="u1" value="U1 EPROM(J)" /> + <feature name="u2" value="U2 EPROM(J)" /> <!-- empty socket --> + <feature name="u3" value="U3 SRAM [LH5168FB-10TL]" /> + <feature name="u4" value="U4 74F139" /> + <feature name="u5" value="U5 CIC" /> + <feature name="lockout" value="D411A 9334 BA" /> + <feature name="battery" value="BATT CR2032" /> + <feature name="cart_model" value="no shell" /> + <feature name="slot" value="lorom" /> + <dataarea name="rom" size="524288"> + <rom name="u1 2-10 mc.u1" size="524288" crc="c725c96d" sha1="0580dc6375471c4c88697d65998d09d8d962124f" /> <!-- U1 2/10 MC --> + </dataarea> + <dataarea name="nvram" size="8192"> + </dataarea> + </part> + </software> + <software name="mk3up" cloneof="mk3"> <!-- legrospixel.com --> <description>Mortal Kombat 3 (USA, Prototype 19950713)</description> |