summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author 0kmg <9137159+0kmg@users.noreply.github.com>2022-05-21 07:22:24 -0800
committer GitHub <noreply@github.com>2022-05-22 01:22:24 +1000
commitddf5d55ef02eaa8b7d1faafea4ea7b2b7f727ab4 (patch)
tree764fbe28904d5c0ba2150409fe6d4e9059c02849
parent324f9d44d5c4293645e7bb8f42e7d95d5ac1e604 (diff)
gamegear.xml: Added ROM patch to brkthru playable. (#9792)
Software list items promoted to working --------------------------------------- BreakThru! (prototype)
-rw-r--r--hash/gamegear.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/hash/gamegear.xml b/hash/gamegear.xml
index 49c70053669..e349657a6e8 100644
--- a/hash/gamegear.xml
+++ b/hash/gamegear.xml
@@ -1262,13 +1262,14 @@ a certain item) -->
</software>
<!-- This prototype doesn't work on real hardware, nor in MAME, due to a timing issue in its initialization code. It can be made to work by changing the instruction at $02E41 (EI) to 0x00 (NOP). -->
- <software name="brkthru" supported="no">
+ <software name="brkthru">
<description>BreakThru! (prototype)</description>
<year>1994</year>
<publisher>Spectrum Holobyte</publisher>
<part name="cart" interface="gamegear_cart">
<dataarea name="rom" size="131072">
<rom name="breakthru [proto].bin" size="131072" crc="64d7a694" sha1="571bd543320bc67c4103630c804705955bc5250a"/>
+ <rom size="1" offset="0x02e41" value="0x00" loadflag="fill"/>
</dataarea>
</part>
</software>