mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
adds alt wiz set, marked as 'alt sound' but sounds the same to me? it just has alt program roms.
New Clones ---------- Wiz (Taito, set 2) [David Haywood]
This commit is contained in:
parent
101a8cd431
commit
f4c21af8c3
@ -890,6 +890,35 @@ ROM_START( wizt )
|
||||
ROM_LOAD( "ic23_3-3.bin", 0x0200, 0x0100, CRC(a488d761) SHA1(6dade1dd16905b4751778d49f374936795c3fb6e) ) /* palette blue component */
|
||||
ROM_END
|
||||
|
||||
/* was marked as Wiz Alt Sound */
|
||||
ROM_START( wizta )
|
||||
ROM_REGION( 0x10000, REGION_CPU1, 0 )
|
||||
ROM_LOAD( "ic7", 0x0000, 0x4000, CRC(b2ec49ad) SHA1(f1624995e9d426dd69d6567a91713aa023e716ad) )
|
||||
ROM_LOAD( "ic5", 0x4000, 0x4000, CRC(f7e8f792) SHA1(2c1f82e6f6b2573d8bf0a27fb344fe86f475ddef) )
|
||||
ROM_LOAD( "ic6", 0x8000, 0x4000, CRC(9c406ad2) SHA1(cd82c3dc622886b6ebb30ba565f3c34d5a4e229b) )
|
||||
|
||||
ROM_REGION( 0x10000, REGION_CPU2, 0 )
|
||||
ROM_LOAD( "ic57", 0x0000, 0x2000, CRC(8a7575bd) SHA1(5470c4c3a40139f45db7a9e260f40b5244f10123) )
|
||||
|
||||
ROM_REGION( 0x6000, REGION_GFX1, ROMREGION_DISPOSE ) /* sprites/chars */
|
||||
ROM_LOAD( "ic12", 0x0000, 0x2000, CRC(e6c636b3) SHA1(0d5b98d404d2d87f375cde5d5a90c7d6318ea197) )
|
||||
ROM_LOAD( "ic13", 0x2000, 0x2000, CRC(77986058) SHA1(8002affdd9ac246a0b9c887654d0db8d3a6913b2) )
|
||||
ROM_LOAD( "ic14", 0x4000, 0x2000, CRC(f6970b23) SHA1(82d1fe0fee6bf9c6c2f472ed3479c02da85d5f69) )
|
||||
|
||||
ROM_REGION( 0xc000, REGION_GFX2, ROMREGION_DISPOSE ) /* sprites/chars */
|
||||
ROM_LOAD( "ic3", 0x0000, 0x2000, CRC(601f2f3f) SHA1(6c0cc7de5fd94628eaecca409c4faa155f684bdc) )
|
||||
ROM_CONTINUE( 0x6000, 0x2000 )
|
||||
ROM_LOAD( "ic2", 0x2000, 0x2000, CRC(f5ab982d) SHA1(5e0e72ec702dd5f48814a15f1a92bcdd29c944d8) )
|
||||
ROM_CONTINUE( 0x8000, 0x2000 )
|
||||
ROM_LOAD( "ic1", 0x4000, 0x2000, CRC(f6c662e2) SHA1(54e904d731ea30f532dfea60d47edf2da99f32eb) )
|
||||
ROM_CONTINUE( 0xa000, 0x2000 )
|
||||
|
||||
ROM_REGION( 0x0300, REGION_PROMS, 0 )
|
||||
ROM_LOAD( "ic23_3-1.bin", 0x0000, 0x0100, CRC(2dd52fb2) SHA1(61722aba7a370f4a97cafbd5df88ec7c6263c4ad) ) /* palette red component */
|
||||
ROM_LOAD( "ic23_3-2.bin", 0x0100, 0x0100, CRC(8c2880c9) SHA1(9b4c17f7fa5d6dc01d79c40cec9725ab97f514cb) ) /* palette green component */
|
||||
ROM_LOAD( "ic23_3-3.bin", 0x0200, 0x0100, CRC(a488d761) SHA1(6dade1dd16905b4751778d49f374936795c3fb6e) ) /* palette blue component */
|
||||
ROM_END
|
||||
|
||||
ROM_START( stinger )
|
||||
ROM_REGION( 0x10000, REGION_CPU1, 0 ) /* 64k for code + 64k for decrypted opcodes */
|
||||
ROM_LOAD( "1-5j.bin", 0x0000, 0x2000, CRC(1a2ca600) SHA1(473e89f2c49f6e6f38df5d6fc2267ffecf84c6c8) ) /* encrypted */
|
||||
@ -1063,4 +1092,5 @@ GAME( 1984, scionc, scion, scion, scion, scion, ROT0, "Seibu Denshi
|
||||
GAME( 1984, kungfut, 0, kungfut, kungfut, 0, ROT0, "Seibu Kaihatsu Inc.", "Kung-Fu Taikun", 0 )
|
||||
GAME( 1984, kungfuta, kungfut, kungfut, kungfut, 0, ROT0, "Seibu Kaihatsu Inc.", "Kung-Fu Taikun (alt)" , 0) /* board was a bootleg but set might still be original */
|
||||
GAME( 1985, wiz, 0, wiz, wiz, wiz, ROT270, "Seibu Kaihatsu Inc.", "Wiz", 0 )
|
||||
GAME( 1985, wizt, wiz, wiz, wiz, wiz, ROT270, "[Seibu] (Taito license)", "Wiz (Taito)", 0 )
|
||||
GAME( 1985, wizt, wiz, wiz, wiz, wiz, ROT270, "[Seibu] (Taito license)", "Wiz (Taito, set 1)", 0 )
|
||||
GAME( 1985, wizta, wiz, wiz, wiz, wiz, ROT270, "[Seibu] (Taito license)", "Wiz (Taito, set 2)", 0 )
|
||||
|
@ -6215,6 +6215,7 @@ BOMULEUL CHAJARA SEGA ST-V 1997/04/11
|
||||
DRIVER( kungfuta ) /* (c) 1984 Seibu Kaihatsu */
|
||||
DRIVER( wiz ) /* (c) 1985 Seibu Kaihatsu */
|
||||
DRIVER( wizt ) /* (c) 1985 Taito Corporation */
|
||||
DRIVER( wizta ) /* (c) 1985 Taito Corporation */
|
||||
DRIVER( kncljoe ) /* (c) 1985 Taito Corporation */
|
||||
DRIVER( kncljoea ) /* (c) 1985 Taito Corporation */
|
||||
DRIVER( bcrusher ) /* bootleg */
|
||||
|
Loading…
Reference in New Issue
Block a user