diff options
| author | 2025-08-30 12:28:19 +0200 | |
|---|---|---|
| committer | 2025-08-30 12:28:19 +0200 | |
| commit | 465163db3f99f84bfa297f5d56cc2f13c50f8524 (patch) | |
| tree | ab4bca4d342a47640e00949cb5e9132dcb387503 | |
| parent | 5af009b28318227d6ee5a51df44f714abfb832e8 (diff) | |
New working software list items (coleco_homebrew.xml)
-----------------------------------------------------
Penguin Adventure [Dirk Best, Darmok654/archive.org]
| -rw-r--r-- | hash/coleco_homebrew.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hash/coleco_homebrew.xml b/hash/coleco_homebrew.xml index 236047f6cb9..33b5c5d487d 100644 --- a/hash/coleco_homebrew.xml +++ b/hash/coleco_homebrew.xml @@ -1633,6 +1633,25 @@ Unoffical software releases for the Coleco Colecovision </part> </software> + <!-- + This is a "fixed" version. The common available dump with a crc32 of 0x6831ad48 + appears to have a bit error - It sets an error flag when the memory test succeeds + instead of when it fails. Other emulators run the game because they force the SGM + to be always on in case of an SGC game. Location 0x3bd6 was changed from 0x28 to 0x20. + --> + <software name="pengadv"> + <description>Penguin Adventure</description> + <year>2016</year> + <publisher>Opcode Games</publisher> + <info name="usage" value="req. Super Game Module" /> + <part name="cart" interface="coleco_cart"> + <feature name="slot" value="sgc_1mbit" /> + <dataarea name="rom" size="131072"> + <rom name="penguin-adventure-fixed.rom" size="131072" crc="efe6a1a5" sha1="122027d4ffdb4fd9a96f783210e8b43b7f8c91a3" /> + </dataarea> + </part> + </software> + <software name="pillars"> <description>Pillars</description> <year>2021</year> |
