diff options
| author | 2022-11-02 19:31:20 -0700 | |
|---|---|---|
| committer | 2022-11-03 13:31:20 +1100 | |
| commit | c13693834e9bd8a2ca94b0dc67b8cbe1cae0dc33 (patch) | |
| tree | a2faf62a69d9b36e8d4e396d4f464fce0978aa43 | |
| parent | 9d6064fdceba15ae896e295271d037269b014897 (diff) | |
gamecom.xml: Added a prototype. (#10493)
New working software list additions (gamecom.xml)
-----------------------------------
Castlevania - Symphony of the Night (prototype) [anonymous, diskman.com, Hidden Palace]
| -rw-r--r-- | hash/gamecom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hash/gamecom.xml b/hash/gamecom.xml index f47eeccc507..fd8eefec39e 100644 --- a/hash/gamecom.xml +++ b/hash/gamecom.xml @@ -43,6 +43,17 @@ List of games which were planned but never finished or released. </part> </software> + <software name="sotn"> + <description>Castlevania - Symphony of the Night (prototype)</description> + <year>1999?</year> + <publisher>Tiger Electronics</publisher> + <part name="cart" interface="gamecom_cart"> + <dataarea name="rom" size="0x200000"> + <rom name="lh28f016sut-10.bin" size="0x200000" crc="eec4e8e3" sha1="86fc20a233f18c4c7aac8ebed3e4d95dabc6e8bb"/> + </dataarea> + </part> + </software> + <software name="centiped"> <description>Centipede</description> <year>1999</year> |
