mirror of
https://github.com/holub/mame
synced 2025-05-28 00:31:33 +03:00
new clone adde: Chaos Heat v2.09O
New Clone Added ---------------------- Chaos Heat (World) [Tormod / Brian Troha]
This commit is contained in:
parent
2d5f849e19
commit
e8760370c0
@ -1077,7 +1077,14 @@ ROM_START(chaoshea)
|
||||
TAITOGNET_BIOS
|
||||
|
||||
DISK_REGION( "card" )
|
||||
DISK_IMAGE( "chaoshea", 0, SHA1(2f211ac08675ea8ec33c7659a13951db94eaa627))
|
||||
DISK_IMAGE( "chaosheat", 0, SHA1(c13b7d7025eee05f1f696d108801c7bafb3f1356))
|
||||
ROM_END
|
||||
|
||||
ROM_START(chaoshej)
|
||||
TAITOGNET_BIOS
|
||||
|
||||
DISK_REGION( "card" )
|
||||
DISK_IMAGE( "chaosheatj", 0, SHA1(2f211ac08675ea8ec33c7659a13951db94eaa627))
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -1236,7 +1243,8 @@ ROM_END
|
||||
/* it in every zip file */
|
||||
GAME( 1997, taitogn, 0, coh3002t, coh3002t, coh3002t, ROT0, "Sony/Taito", "Taito GNET", GAME_IS_BIOS_ROOT )
|
||||
|
||||
GAME( 1998, chaoshea, taitogn, coh3002t, coh3002t, coh3002t, ROT0, "Taito", "Chaos Heat (V2.08J)", 0 )
|
||||
GAME( 1998, chaoshea, taitogn, coh3002t, coh3002t, coh3002t, ROT0, "Taito", "Chaos Heat (V2.09O)", 0 )
|
||||
GAME( 1998, chaoshej, chaoshea, coh3002t, coh3002t, coh3002t, ROT0, "Taito", "Chaos Heat (V2.08J)", 0 )
|
||||
GAME( 1998, raycris, taitogn, coh3002t, coh3002t, coh3002t, ROT0, "Taito", "Ray Crisis (V2.03J)", 0 )
|
||||
GAME( 1999, spuzbobl, taitogn, coh3002t, coh3002t, coh3002t, ROT0, "Taito", "Super Puzzle Bobble (V2.05O)", 0 )
|
||||
GAME( 1999, spuzbobj, spuzbobl, coh3002t, coh3002t, coh3002t, ROT0, "Taito", "Super Puzzle Bobble (V2.04J)", 0 )
|
||||
|
@ -2975,7 +2975,8 @@ V-V TP-027
|
||||
|
||||
/* Taito GNET */
|
||||
DRIVER( taitogn )
|
||||
DRIVER( chaoshea ) /* 1998.10 Chaos Heat (V2.08J) */
|
||||
DRIVER( chaoshea ) /* 1998.10 Chaos Heat (V2.09O) */
|
||||
DRIVER( chaoshej ) /* 1998.10 Chaos Heat (V2.08J) */
|
||||
DRIVER( raycris ) /* 1998.12 Ray Crisis (V2.03J) */
|
||||
DRIVER( otenamih ) /* 1999.02 Otenami Haiken (Success) */
|
||||
DRIVER( spuzbobj ) /* 1999.03 Super Puzzle Bobble (Japan) */
|
||||
|
Loading…
Reference in New Issue
Block a user