Previous 199869 Revisions Next

r18211 Sunday 30th September, 2012 at 13:47:27 UTC by hap
(beastrzrb clone of beastrzr)
[src/mame]mame.lst
[src/mame/drivers]zn.c

trunk/src/mame/mame.lst
r18210r18211
33603360psarc95
33613361beastrzr      // Beastorizer (USA)
33623362bldyroar      // Bloody Roar (JAPAN)
3363beastrzb      // Beastorizer (USA Bootleg)
3363beastrzrb      // Beastorizer (USA Bootleg)
33643364bldyror2      // Bloody Roar 2 (WORLD)
33653365bldyror2u      // Bloody Roar 2 (USA)
33663366bldyror2a      // Bloody Roar 2 (ASIA)
trunk/src/mame/drivers/zn.c
r18210r18211
244244   { "shiryu2",  cp10, cp13 }, /* OK ( random crashes on bosses ) */
245245   { "beastrzr", et01, et02 }, /* OK */
246246   { "bldyroar", et01, et02 }, /* OK */
247   { "beastrzb", et01, et02 }, /* OK */
247   { "beastrzrb",et01, et02 }, /* OK */
248248   { "bldyror2", et01, et03 }, /* OK */
249249   { "bldyror2u",et01, et03 }, /* OK */
250250   { "bldyror2a",et01, et03 }, /* OK */
r18210r18211
44244424   ROM_LOAD( "ra-b.roar3_rom-3.u0326", 0x000000, 0x400000, CRC(b74cc4d1) SHA1(eb5485582a12959ae06927a2f1d8a7e63e0f956f) )
44254425ROM_END
44264426
4427ROM_START( beastrzb ) /* bootleg board */
4427ROM_START( beastrzrb ) /* bootleg board */
44284428   PSARC95_BIOS
44294429
44304430   ROM_REGION32_LE( 0x1800000, "user2", 0 )
r18210r18211
49004900
49014901GAME( 1997, beastrzr,  psarc95,  coh1002e, zn, zn_state,   coh1002e, ROT0, "Eighting / Raizing", "Beastorizer (USA)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
49024902GAME( 1997, bldyroar,  beastrzr, coh1002e, zn, zn_state,   coh1002e, ROT0, "Eighting / Raizing", "Bloody Roar (Japan)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )
4903GAME( 1997, beastrzb, psarc95, coh1002e, zn, zn_state,   coh1002e, ROT0, "bootleg", "Beastorizer (USA bootleg)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
4903GAME( 1997, beastrzrb, beastrzr, coh1002e, zn, zn_state,   coh1002e, ROT0, "bootleg", "Beastorizer (USA bootleg)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )
49044904
49054905/* The region on these is determined from the NVRAM, it can't be changed from the test menu, it's pre-programmed */
49064906GAME( 1998, bldyror2,  psarc95,  coh1002e, zn6b, zn_state, coh1002e, ROT0, "Eighting / Raizing", "Bloody Roar 2 (World)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team