New clone added - Thrill Drive (JAB)

Note: Current set was JAE and is now the parent and each set now includes the version


New Clone Added
-----------------------------
Thrill Drive (JAB) [The Dumping Union]
This commit is contained in:
Brian Troha 2010-04-08 03:46:07 +00:00
parent 7730fdfdcd
commit 51c44a667a
2 changed files with 37 additions and 12 deletions

View File

@ -798,8 +798,32 @@ ROM_START(thrilld)
ROM_LOAD( "m48t58y-70pc1", 0x000000, 0x002000, CRC(5d8fbcb2) SHA1(74ad91544d2a200cf599a565005476623075e7d6) )
ROM_END
ROM_START(thrilldb)
ROM_REGION32_BE(0x200000, "user1", 0) /* PowerPC program roms */
ROM_LOAD16_WORD_SWAP("713bb01.27p", 0x000000, 0x200000, CRC(535fe4e8) SHA1(acd8194a4dafce289dbdfd874f0b799f25aeb73f) )
ROM_REGION32_BE(0x800000, "user2", 0) /* Data roms */
ROM_LOAD32_WORD_SWAP("713a04.16t", 0x000000, 0x200000, CRC(c994aaa8) SHA1(d82b9930a11e5384ad583684a27c95beec03cd5a) )
ROM_LOAD32_WORD_SWAP("713a05.14t", 0x000002, 0x200000, CRC(6f1e6802) SHA1(91f8a170327e9b4ee6a64aee0c106b981a317e69) )
ROM_REGION32_BE(0x800000, "user5", 0) /* CG Board Texture roms */
ROM_LOAD32_WORD_SWAP( "713a13.8x", 0x000000, 0x400000, CRC(b795c66b) SHA1(6e50de0d5cc444ffaa0fec7ada8c07f643374bb2) )
ROM_LOAD32_WORD_SWAP( "713a14.16x", 0x000002, 0x400000, CRC(5275a629) SHA1(16fadef06975f0f3625cac8f84e2e77ed7d75e15) )
ROM_REGION(0x80000, "audiocpu", 0) /* 68k program roms */
ROM_LOAD16_WORD_SWAP( "713a08.7s", 0x000000, 0x080000, CRC(6a72a825) SHA1(abeac99c5343efacabcb0cdff6d34f9f967024db) )
ROM_REGION(0x1000000, "rfsnd", 0) /* PCM sample roms */
ROM_LOAD( "713a09.16p", 0x000000, 0x400000, CRC(058f250a) SHA1(63b8e60004ec49009633e86b4992c00083def9a8) )
ROM_LOAD( "713a10.14p", 0x400000, 0x400000, CRC(27f9833e) SHA1(1540f00d2571ecb81b914c553682b67fca94bbbd) )
ROM_REGION(0x2000, "m48t58",0)
ROM_LOAD( "m48t58y-70pc1", 0x000000, 0x002000, CRC(5d8fbcb2) SHA1(74ad91544d2a200cf599a565005476623075e7d6) )
ROM_END
/*****************************************************************************/
GAME( 1998, racingj, 0, nwktr, nwktr, nwktr, ROT0, "Konami", "Racing Jam", GAME_NOT_WORKING | GAME_NO_SOUND )
GAME( 1999, racingj2, racingj, nwktr, nwktr, nwktr, ROT0, "Konami", "Racing Jam: Chapter 2", GAME_NOT_WORKING | GAME_NO_SOUND )
GAME( 1998, thrilld, 0, thrilld, nwktr, nwktr, ROT0, "Konami", "Thrill Drive", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND )
GAME( 1998, thrilld, 0, thrilld, nwktr, nwktr, ROT0, "Konami", "Thrill Drive (JAE)", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND )
GAME( 1998, thrilldb, thrilld, thrilld, nwktr, nwktr, ROT0, "Konami", "Thrill Drive (JAB)", GAME_NOT_WORKING | GAME_IMPERFECT_SOUND )

View File

@ -5724,7 +5724,8 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11
DRIVER( sscope2 ) /* GX931 (c)2000 */
DRIVER( racingj ) /* GX676 (c)1998 */
DRIVER( racingj2 ) /* GX888 (c)1999 */
DRIVER( thrilld ) /* GX713 (c)1998 */
DRIVER( thrilld ) /* GX713 (c)1998 Japan JAE */
DRIVER( thrilldb ) /* GX713 (c)1998 Japan JAB */
DRIVER( midnrun ) /* GX476 (c)1995 */
DRIVER( windheat ) /* GX677 (c)1996 */
DRIVER( windheatu ) /* GX677 (c)1996 */