diff options
| author | 2021-12-14 06:22:02 -0900 | |
|---|---|---|
| committer | 2021-12-14 10:22:02 -0500 | |
| commit | fc186278e5e2bd7840acec5d962353430b66da1d (patch) | |
| tree | c68df2187763ab5995678dbfeea4061585963e51 /hash | |
| parent | 694757bf1e032fe6102f2ebe780267eac46f0f06 (diff) | |
gamegear.xml: Added a non-working prototype. (#8965)
* gamegear.xml: Added a non-working prototype.
New NOT_WORKING software list additions
---------------------------------------
BreakThru! (prototype) [smspower, VGHF]
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/gamegear.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hash/gamegear.xml b/hash/gamegear.xml index 85d0620fb14..387a02388a6 100644 --- a/hash/gamegear.xml +++ b/hash/gamegear.xml @@ -1261,6 +1261,18 @@ a certain item) --> </part> </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"> + <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"/> + </dataarea> + </part> + </software> + <software name="bublbobl"> <description>Bubble Bobble (Euro, USA)</description> <year>1994</year> |
