Previous 199869 Revisions Next

r36591 Monday 23rd March, 2015 at 21:08:48 UTC by David Haywood
new clones
Thunder Deity Biography (Chinese hack of Battle Garegga) [caius]

(correct text gfx rom still needs dumping for this set)
[src/mame]mame.lst
[src/mame/drivers]toaplan2.c

trunk/src/mame/drivers/toaplan2.c
r245102r245103
48764876
48774877   ROM_REGION( 0x010000, "text", 0 )
48784878   ROM_LOAD( "1#-256", 0x00000, 0x08000, CRC(760dcd14) SHA1(e151e5d7ca5557277f306b9484ec021f4edf1e07) )
4879   ROM_LOAD( "2#-256", 0x08000, 0x08000, CRC(456dd16e) SHA1(84779ee64d3ea33ba1ba4dee39b504a81c6811a1) )
48804879
4880   ROM_REGION( 0x010000, "user1", 0 ) // not graphics
4881   ROM_LOAD( "2#-256", 0x00000, 0x08000, CRC(456dd16e) SHA1(84779ee64d3ea33ba1ba4dee39b504a81c6811a1) )
4882
48814883   ROM_REGION( 0x140000, "oki", 0 )        /* ADPCM Samples */
48824884   ROM_LOAD( "rom5.bin", 0x040000, 0x100000, CRC(f6d49863) SHA1(3a3c354852adad06e8a051511abfab7606bce382) )
48834885ROM_END
48844886
4887ROM_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) )
4908ROM_END
4909
48854910/*
48864911   The region of Batrider is controlled by the first byte of rom prg0.u22
48874912   only sets which have been dumped from original PCBs are supported
r245102r245103
53455370GAME( 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
53465371GAME( 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
53475372GAME( 1996, bgareggabl, bgaregga, bgareggabl,bgareggacn, toaplan2_state,bgaregga, ROT270, "bootleg", "1945 Part-2 (Chinese hack of Battle Garegga)", GAME_SUPPORTS_SAVE )
5373GAME( 1996, bgareggabla,bgaregga, bgareggabl,bgareggacn, toaplan2_state,bgaregga, ROT270, "bootleg", "Thunder Deity Biography (Chinese hack of Battle Garegga)", GAME_SUPPORTS_SAVE )
53485374
53495375// these are all based on Version B, even if only the Japan version states 'version B'
53505376GAME( 1998, batrider,   0,        batrider, batrider, toaplan2_state,  batrider, ROT270, "Raizing / Eighting", "Armed Police Batrider (Europe) (Fri Feb 13 1998)", GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.lst
r245102r245103
27572757bgareggat2      // (c) 1996 Raizing/8ing
27582758bgareggacn      // (c) 1996 Raizing/8ing
27592759bgareggabl      // hack
2760bgareggabla     // hack
27602761batrider        // (c) 1998 Raizing/8ing
27612762batrideru       // (c) 1998 Raizing/8ing
27622763batriderc       // (c) 1998 Raizing/8ing


Previous 199869 Revisions Next


© 1997-2024 The MAME Team