trunk/src/mame/drivers/toaplan2.c
| r245102 | r245103 | |
| 4876 | 4876 | |
| 4877 | 4877 | ROM_REGION( 0x010000, "text", 0 ) |
| 4878 | 4878 | ROM_LOAD( "1#-256", 0x00000, 0x08000, CRC(760dcd14) SHA1(e151e5d7ca5557277f306b9484ec021f4edf1e07) ) |
| 4879 | | ROM_LOAD( "2#-256", 0x08000, 0x08000, CRC(456dd16e) SHA1(84779ee64d3ea33ba1ba4dee39b504a81c6811a1) ) |
| 4880 | 4879 | |
| 4880 | ROM_REGION( 0x010000, "user1", 0 ) // not graphics |
| 4881 | ROM_LOAD( "2#-256", 0x00000, 0x08000, CRC(456dd16e) SHA1(84779ee64d3ea33ba1ba4dee39b504a81c6811a1) ) |
| 4882 | |
| 4881 | 4883 | ROM_REGION( 0x140000, "oki", 0 ) /* ADPCM Samples */ |
| 4882 | 4884 | ROM_LOAD( "rom5.bin", 0x040000, 0x100000, CRC(f6d49863) SHA1(3a3c354852adad06e8a051511abfab7606bce382) ) |
| 4883 | 4885 | ROM_END |
| 4884 | 4886 | |
| 4887 | ROM_START( bgareggabla ) |
| 4888 | ROM_REGION( 0x100000, "maincpu", 0 ) /* Main 68K code */ |
| 4889 | ROM_LOAD16_WORD_SWAP( "27c8100.mon-sys", 0x000000, 0x100000, CRC(d334e5aa) SHA1(41607b5630d7b92a96607ea95c5b55ad43745857) ) |
| 4890 | |
| 4891 | ROM_REGION( 0x20000, "audiocpu", 0 ) /* Sound Z80 code + bank */ |
| 4892 | ROM_LOAD( "snd.bin", 0x00000, 0x20000, CRC(68632952) SHA1(fb834db83157948e2b420b6051102a9c6ac3969b) ) |
| 4893 | |
| 4894 | ROM_REGION( 0x800000, "gp9001", 0 ) |
| 4895 | ROM_LOAD( "rom4.bin", 0x000000, 0x200000, CRC(b333d81f) SHA1(5481465f1304334fd55798be2f44324c57c2dbcb) ) |
| 4896 | ROM_LOAD( "rom3.bin", 0x200000, 0x200000, CRC(51b9ebfb) SHA1(30e0c326f5175aa436df8dba08f6f4e08130b92f) ) |
| 4897 | ROM_LOAD( "rom2.bin", 0x400000, 0x200000, CRC(b330e5e2) SHA1(5d48e9d56f99d093b6390e0af1609fd796df2d35) ) |
| 4898 | ROM_LOAD( "rom1.bin", 0x600000, 0x200000, CRC(7eafdd70) SHA1(7c8da8e86c3f9491719b1d7d5d285568d7614f38) ) |
| 4899 | |
| 4900 | ROM_REGION( 0x010000, "text", 0 ) |
| 4901 | ROM_LOAD( "text.u81", 0x00000, 0x08000, BAD_DUMP CRC(e67fd534) SHA1(987d0edffc2c243a13d4567319ea3d185eaadbf8) ) // should contain different title logo for this game |
| 4902 | |
| 4903 | ROM_REGION( 0x010000, "user1", 0 ) // not graphics |
| 4904 | ROM_LOAD( "2#-256", 0x00000, 0x08000, CRC(456dd16e) SHA1(84779ee64d3ea33ba1ba4dee39b504a81c6811a1) ) |
| 4905 | |
| 4906 | ROM_REGION( 0x140000, "oki", 0 ) /* ADPCM Samples */ |
| 4907 | ROM_LOAD( "rom5.bin", 0x040000, 0x100000, CRC(f6d49863) SHA1(3a3c354852adad06e8a051511abfab7606bce382) ) |
| 4908 | ROM_END |
| 4909 | |
| 4885 | 4910 | /* |
| 4886 | 4911 | The region of Batrider is controlled by the first byte of rom prg0.u22 |
| 4887 | 4912 | only sets which have been dumped from original PCBs are supported |
| r245102 | r245103 | |
| 5345 | 5370 | GAME( 1996, bgareggat2, bgaregga, bgaregga, bgaregga, toaplan2_state, bgaregga, ROT270, "Raizing / Eighting", "Battle Garegga - Type 2 (Europe / USA / Japan / Asia) (Sat Mar 2 1996)" , GAME_SUPPORTS_SAVE ) // displays Type 2 only when set to Europe |
| 5346 | 5371 | GAME( 1996, bgareggacn, bgaregga, bgaregga, bgareggacn, toaplan2_state, bgaregga, ROT270, "Raizing / Eighting", "Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1996)", GAME_SUPPORTS_SAVE ) // displays Type 2 only when set to Denmark |
| 5347 | 5372 | GAME( 1996, bgareggabl, bgaregga, bgareggabl,bgareggacn, toaplan2_state,bgaregga, ROT270, "bootleg", "1945 Part-2 (Chinese hack of Battle Garegga)", GAME_SUPPORTS_SAVE ) |
| 5373 | GAME( 1996, bgareggabla,bgaregga, bgareggabl,bgareggacn, toaplan2_state,bgaregga, ROT270, "bootleg", "Thunder Deity Biography (Chinese hack of Battle Garegga)", GAME_SUPPORTS_SAVE ) |
| 5348 | 5374 | |
| 5349 | 5375 | // these are all based on Version B, even if only the Japan version states 'version B' |
| 5350 | 5376 | GAME( 1998, batrider, 0, batrider, batrider, toaplan2_state, batrider, ROT270, "Raizing / Eighting", "Armed Police Batrider (Europe) (Fri Feb 13 1998)", GAME_SUPPORTS_SAVE ) |