(beastrzrb clone of beastrzr)

This commit is contained in:
Michaël Banaan Ananas 2012-09-30 13:47:27 +00:00
parent c92be15592
commit af196ad1fa
2 changed files with 4 additions and 4 deletions

View File

@ -244,7 +244,7 @@ static const struct
{ "shiryu2", cp10, cp13 }, /* OK ( random crashes on bosses ) */
{ "beastrzr", et01, et02 }, /* OK */
{ "bldyroar", et01, et02 }, /* OK */
{ "beastrzb", et01, et02 }, /* OK */
{ "beastrzrb",et01, et02 }, /* OK */
{ "bldyror2", et01, et03 }, /* OK */
{ "bldyror2u",et01, et03 }, /* OK */
{ "bldyror2a",et01, et03 }, /* OK */
@ -4424,7 +4424,7 @@ ROM_START( bldyroar )
ROM_LOAD( "ra-b.roar3_rom-3.u0326", 0x000000, 0x400000, CRC(b74cc4d1) SHA1(eb5485582a12959ae06927a2f1d8a7e63e0f956f) )
ROM_END
ROM_START( beastrzb ) /* bootleg board */
ROM_START( beastrzrb ) /* bootleg board */
PSARC95_BIOS
ROM_REGION32_LE( 0x1800000, "user2", 0 )
@ -4900,7 +4900,7 @@ GAME( 1997, psarc95, 0, coh1002e, zn, zn_state, coh1002e, ROT0, "Eight
GAME( 1997, beastrzr, psarc95, coh1002e, zn, zn_state, coh1002e, ROT0, "Eighting / Raizing", "Beastorizer (USA)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
GAME( 1997, bldyroar, beastrzr, coh1002e, zn, zn_state, coh1002e, ROT0, "Eighting / Raizing", "Bloody Roar (Japan)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
GAME( 1997, beastrzb, psarc95, coh1002e, zn, zn_state, coh1002e, ROT0, "bootleg", "Beastorizer (USA bootleg)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
GAME( 1997, beastrzrb, beastrzr, coh1002e, zn, zn_state, coh1002e, ROT0, "bootleg", "Beastorizer (USA bootleg)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
/* The region on these is determined from the NVRAM, it can't be changed from the test menu, it's pre-programmed */
GAME( 1998, bldyror2, psarc95, coh1002e, zn6b, zn_state, coh1002e, ROT0, "Eighting / Raizing", "Bloody Roar 2 (World)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )

View File

@ -3360,7 +3360,7 @@ hvnsgate // Heaven's Gate (JAPAN)
psarc95
beastrzr // Beastorizer (USA)
bldyroar // Bloody Roar (JAPAN)
beastrzb // Beastorizer (USA Bootleg)
beastrzrb // Beastorizer (USA Bootleg)
bldyror2 // Bloody Roar 2 (WORLD)
bldyror2u // Bloody Roar 2 (USA)
bldyror2a // Bloody Roar 2 (ASIA)