diff options
| author | 2014-10-05 09:12:16 +0000 | |
|---|---|---|
| committer | 2014-10-05 09:12:16 +0000 | |
| commit | 2a4d327e0191a84e1c1b15679ef0d6b372696f93 (patch) | |
| tree | 8417a641372dab51b722e82e8d1864f15c8e728a /hash/gba.xml | |
| parent | 28e4a813a444d551229b33ce8f9cf70790d33cdf (diff) | |
(MESS) gameboy, gbcolor: added a configuration setting
(off by default) to skip BIOS checks at boot. This allows the
recently dumped Rockman World Prototype to be played,
and the Rocket Games pirate GBC carts too. [Fabio Priuli]
(MESS) gba: added a configuration setting (off by default)
to skip some BIOS checks at boot. This allows Tyrian 2000
Prototype to be played. [Fabio Priuli]
out of whatsnew: for the Rocket Games pirates it is currently unclear how real carts were bypassing
the BIOS checks on a real unit, and it would be nice to emulate it properly. however, this trick allows
to go on fixing the rest of mapper emulation until it's fully understood.
Diffstat (limited to 'hash/gba.xml')
| -rw-r--r-- | hash/gba.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hash/gba.xml b/hash/gba.xml index bad7a034331..b3a0cf807a2 100644 --- a/hash/gba.xml +++ b/hash/gba.xml @@ -35036,6 +35036,7 @@ The cart also contained a non-empty SRAM save which we currently include in the <year>2003</year> <publisher>Empire Entertainment</publisher> <part name="cart" interface="gba_cart"> + <feature name="slot" value="gba_eeprom_4k" /> <dataarea name="rom" size="4231928"> <rom name="starsky & hutch (usa) (beta).bin" size="4231928" crc="ab142d2e" sha1="861066ddf8b52be194b30cbb70e959989f0a2f76" offset="000000" /> </dataarea> @@ -38439,10 +38440,11 @@ The cart also contained a non-empty SRAM save which we currently include in the </part> </software> - <software name="tyrian2k" supported="no"> + <software name="tyrian2k"> <description>Tyrian 2000 (USA, Prototype)</description> <year>19??</year> <publisher>Stealth Productions</publisher> + <info name="usage" value="Enable 'Skip BIOS check' configuration setting to boot"/> <part name="cart" interface="gba_cart"> <dataarea name="rom" size="2681544"> <rom name="tyrian 2000 (usa) (proto).bin" size="2681544" crc="e5acba28" sha1="5148f40a58bc3d4512aced0f052f64b8c883ba87" offset="000000" /> |
