summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-04-16 13:07:40 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2019-04-16 13:07:40 +0200
commit239c25d5d56400dee77f8f521a462e17912405b2 (patch)
tree960a807899bbc25a5872648336b61c81ff5c6dd8
parent7dcfa760e22612e1f59a8c483232efb070c96355 (diff)
new working clone
----------------------------------------------------- Street Heat (set 2, older?) [chaneman]
-rw-r--r--src/mame/drivers/dkong.cpp38
-rw-r--r--src/mame/mame.lst1
2 files changed, 36 insertions, 3 deletions
diff --git a/src/mame/drivers/dkong.cpp b/src/mame/drivers/dkong.cpp
index c7df55f11be..6cf51e42734 100644
--- a/src/mame/drivers/dkong.cpp
+++ b/src/mame/drivers/dkong.cpp
@@ -3412,6 +3412,37 @@ ROM_START( strtheat )
ROM_LOAD( "82s129.2n", 0x0200, 0x0100, CRC(a515d59b) SHA1(930616c4bcd819c2a4432a6619a8c6da74f3e8c5) ) /* character color codes on a per-column basis */
ROM_END
+//Differences noted: Demo Sounds DIP has no effect.
+// No siren sound.
+// Smaller crash animation.
+ROM_START( strtheata )
+ ROM_REGION( 0x20000, "maincpu", 0 ) /* 64k for code + 4*16k for decrypted code */
+ ROM_LOAD( "u2", 0x0000, 0x2000, CRC(53982f41) SHA1(a2e48da383eb09220d2ef772c3e77011cfd455e5) )
+ ROM_LOAD( "u3", 0x2000, 0x2000, CRC(3162419c) SHA1(36bc923c240400ff62b82eeba3d73d45ebeabe10) )
+
+ ROM_REGION( 0x1800, "soundcpu", 0 ) /* sound */
+ ROM_LOAD( "2716.3h", 0x0000, 0x0800, CRC(4cd17174) SHA1(5ed9b5275b0779d1ca05d6e62d3ad8a682ebde37) )
+ ROM_RELOAD( 0x0800, 0x0800 )
+ ROM_FILL( 0x1000, 0x0800, 0xFF )
+
+ ROM_REGION( 0x2000, "gfx1", 0 )
+ ROM_LOAD( "2716.3n", 0x0000, 0x0800, CRC(29e57678) SHA1(cbbb980c44c7f5c45d5f0b85209658f53b7ba4a7) )
+ ROM_RELOAD( 0x0800, 0x0800 )
+ ROM_LOAD( "2716.3p", 0x1000, 0x0800, CRC(31171146) SHA1(e26b22e73b528810b566b2b9f6d81e2d7856523d) )
+ ROM_RELOAD( 0x1800, 0x0800 )
+
+ ROM_REGION( 0x2000, "gfx2", 0 )
+ ROM_LOAD( "2716.7c", 0x0000, 0x0800, CRC(a8238e9c) SHA1(947bbe48ce1c705ef974e37b138929f1c846ed79) )
+ ROM_LOAD( "2716.7d", 0x0800, 0x0800, CRC(71202138) SHA1(b4edc77ed2844ef46aee4a492282e4785bdb7224) )
+ ROM_LOAD( "2716.7e", 0x1000, 0x0800, CRC(dc7785ac) SHA1(4ccb3f9f938fd1d9bd20f1601a16a2780c84588b) )
+ ROM_LOAD( "2716.7f", 0x1800, 0x0800, CRC(ede71d86) SHA1(0bce1b1d4180173537685a08055ce44b9dedc76a) )
+
+ ROM_REGION( 0x0300, "proms", 0 )
+ ROM_LOAD( "82s129.2e", 0x0000, 0x0100, CRC(1311ba28) SHA1(d9b5bc07c8943d83592833e8b1c2ff57e4accb55) ) /* palette low 4 bits (inverted) */
+ ROM_LOAD( "82s129.2f", 0x0100, 0x0100, CRC(18d90d4f) SHA1(b956fd652dcc5eb50eaec8729762d19cfd475bc7) ) /* palette high 4 bits (inverted) */
+ ROM_LOAD( "82s129.2n", 0x0200, 0x0100, CRC(a515d59b) SHA1(930616c4bcd819c2a4432a6619a8c6da74f3e8c5) ) /* character color codes on a per-column basis */
+ROM_END
+
/*
------------------------------------------------
Shooting Gallery by SEATON GROVE/ZACCARIA (1984)
@@ -3724,6 +3755,7 @@ GAME( 1985, spclforc, 0, spclforc, spclforc, dkong_state, empty_init,
GAME( 1985, spcfrcii, 0, spclforc, spclforc, dkong_state, empty_init, ROT270, "Senko Industries (Magic Electronics Inc. license)", "Special Forces II", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE )
/* EPOS */
-GAME( 1984, drakton, 0, drakton, drakton, dkong_state, init_drakton, ROT270, "Epos Corporation", "Drakton (DK conversion)", MACHINE_SUPPORTS_SAVE )
-GAME( 1984, drktnjr, drakton, drktnjr, drakton, dkong_state, init_drakton, ROT270, "Epos Corporation", "Drakton (DKJr conversion)", MACHINE_SUPPORTS_SAVE )
-GAME( 1985, strtheat, 0, strtheat, strtheat, dkong_state, init_strtheat, ROT270, "Epos Corporation", "Street Heat", MACHINE_SUPPORTS_SAVE ) // distributed by Cardinal Amusements Products (a division of Epos Corporation)
+GAME( 1984, drakton, 0, drakton, drakton, dkong_state, init_drakton, ROT270, "Epos Corporation", "Drakton (DK conversion)", MACHINE_SUPPORTS_SAVE )
+GAME( 1984, drktnjr, drakton, drktnjr, drakton, dkong_state, init_drakton, ROT270, "Epos Corporation", "Drakton (DKJr conversion)", MACHINE_SUPPORTS_SAVE )
+GAME( 1985, strtheat, 0, strtheat, strtheat, dkong_state, init_strtheat, ROT270, "Epos Corporation", "Street Heat (set 1, newer?)", MACHINE_SUPPORTS_SAVE ) // distributed by Cardinal Amusements Products (a division of Epos Corporation)
+GAME( 1985, strtheata, strtheat, strtheat, strtheat, dkong_state, init_strtheat, ROT270, "Epos Corporation", "Street Heat (set 2, older?)", MACHINE_SUPPORTS_SAVE ) // distributed by Cardinal Amusements Products (a division of Epos Corporation)
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 1bf97d303ec..04336ad3f70 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -11648,6 +11648,7 @@ shootgal // (c) 1984 Seatongrove Ltd (Zaccaria license)
spcfrcii // (c) 1985 Senko Industries (Magic Eletronics Inc. license)
spclforc // (c) 1985 Senko Industries (Magic Eletronics Inc. license)
strtheat // (c) 1985 Epos Corporation
+strtheata // (c) 1985 Epos Corporation
@source:dlair.cpp
dlair // (c) 1983 Cinematronics