trunk/src/mame/drivers/zn.c
| r18210 | r18211 | |
| 244 | 244 | { "shiryu2", cp10, cp13 }, /* OK ( random crashes on bosses ) */ |
| 245 | 245 | { "beastrzr", et01, et02 }, /* OK */ |
| 246 | 246 | { "bldyroar", et01, et02 }, /* OK */ |
| 247 | | { "beastrzb", et01, et02 }, /* OK */ |
| 247 | { "beastrzrb",et01, et02 }, /* OK */ |
| 248 | 248 | { "bldyror2", et01, et03 }, /* OK */ |
| 249 | 249 | { "bldyror2u",et01, et03 }, /* OK */ |
| 250 | 250 | { "bldyror2a",et01, et03 }, /* OK */ |
| r18210 | r18211 | |
| 4424 | 4424 | ROM_LOAD( "ra-b.roar3_rom-3.u0326", 0x000000, 0x400000, CRC(b74cc4d1) SHA1(eb5485582a12959ae06927a2f1d8a7e63e0f956f) ) |
| 4425 | 4425 | ROM_END |
| 4426 | 4426 | |
| 4427 | | ROM_START( beastrzb ) /* bootleg board */ |
| 4427 | ROM_START( beastrzrb ) /* bootleg board */ |
| 4428 | 4428 | PSARC95_BIOS |
| 4429 | 4429 | |
| 4430 | 4430 | ROM_REGION32_LE( 0x1800000, "user2", 0 ) |
| r18210 | r18211 | |
| 4900 | 4900 | |
| 4901 | 4901 | GAME( 1997, beastrzr, psarc95, coh1002e, zn, zn_state, coh1002e, ROT0, "Eighting / Raizing", "Beastorizer (USA)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND ) |
| 4902 | 4902 | GAME( 1997, bldyroar, beastrzr, coh1002e, zn, zn_state, coh1002e, ROT0, "Eighting / Raizing", "Bloody Roar (Japan)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND ) |
| 4903 | | GAME( 1997, beastrzb, psarc95, coh1002e, zn, zn_state, coh1002e, ROT0, "bootleg", "Beastorizer (USA bootleg)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND | GAME_NOT_WORKING ) |
| 4903 | GAME( 1997, beastrzrb, beastrzr, coh1002e, zn, zn_state, coh1002e, ROT0, "bootleg", "Beastorizer (USA bootleg)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND | GAME_NOT_WORKING ) |
| 4904 | 4904 | |
| 4905 | 4905 | /* The region on these is determined from the NVRAM, it can't be changed from the test menu, it's pre-programmed */ |
| 4906 | 4906 | GAME( 1998, bldyror2, psarc95, coh1002e, zn6b, zn_state, coh1002e, ROT0, "Eighting / Raizing", "Bloody Roar 2 (World)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_SOUND ) |