diff options
-rw-r--r-- | hash/gameboy.xml | 14 | ||||
-rw-r--r-- | hash/gamegear.xml | 16 |
2 files changed, 24 insertions, 6 deletions
diff --git a/hash/gameboy.xml b/hash/gameboy.xml index 7c7634ac635..8249b1fdf10 100644 --- a/hash/gameboy.xml +++ b/hash/gameboy.xml @@ -17257,6 +17257,20 @@ </part> </software> +<!-- does this fails the internal BIOS check? --> + <software name="rockmanp" cloneof="megaman" supported="no"> + <description>Rockman World (Jpn, Prototype)</description> + <year>1991</year> + <publisher>Capcom</publisher> + <info name="alt_title" value="ロックマンワールド"/> + <part name="cart" interface="gameboy_cart"> + <feature name="slot" value="rom_mbc1" /> + <dataarea name="rom" size="262144"> + <rom name="rockman world (proto).bin" size="262144" crc="d7356a4f" sha1="60c5c997b4b2c47d852520817228d2b8efc2a33f" offset="000000" /> + </dataarea> + </part> + </software> + <software name="rockman2" cloneof="megaman2"> <!-- Notes: Also released by NP in 2001-03 --> <description>Rockman World 2 (Jpn)</description> diff --git a/hash/gamegear.xml b/hash/gamegear.xml index 25e9d22f47b..233c052955f 100644 --- a/hash/gamegear.xml +++ b/hash/gamegear.xml @@ -756,10 +756,10 @@ A few games have been listed as rumored, but they might very well be fake (pleas </software> <software name="beavis"> - <description>Beavis and Butt-head (Euro)</description> - <year>1995</year> + <description>Beavis and Butt-head (Euro, USA)</description> + <year>1994</year> <publisher>Viacom New Media</publisher> - <info name="serial" value="T-139018-50"/> + <info name="serial" value="T-139018, T-139018-50"/> <part name="cart" interface="gamegear_cart"> <dataarea name="rom" size="524288"> <rom name="beavis and butt-head (europe).bin" size="524288" crc="a6bf865e" sha1="dd2ea76c05d933b91f1b03140f6a04bf02f746d1" offset="000000" /> @@ -767,11 +767,15 @@ A few games have been listed as rumored, but they might very well be fake (pleas </part> </software> - <software name="beavisu" cloneof="beavis"> - <description>Beavis and Butt-head (USA)</description> +<!-- some disassembling performed by Paul Baker suggests that this version is a prototype +e.g. the mapper control register at $fffc gets set to $80, you cannot switch characters +on the pause screen, some messages are not displayed ("Sorry boys, no tickets, no show!" +to explain why it is not possible to progress beyond a certain point in the game without +a certain item) --> + <software name="beavisp" cloneof="beavis"> + <description>Beavis and Butt-head (Prototype?)</description> <year>1994</year> <publisher>Viacom New Media</publisher> - <info name="serial" value="T-139018"/> <part name="cart" interface="gamegear_cart"> <dataarea name="rom" size="524288"> <rom name="beavis and butt-head (usa).bin" size="524288" crc="3858f14f" sha1="ef47d449f65cfe129368a77cc0a4679a0d55ee63" offset="000000" /> |