From 06611597b3188a77c50605318d0292f58f6c94f9 Mon Sep 17 00:00:00 2001 From: braintro Date: Fri, 26 Oct 2018 20:33:15 -0500 Subject: new Non-Working machines - S Plus Set chips New Nonworking Machines ------------------------------------------------- S-Plus SET005 Set chip [BrianT] S-Plus SET015 Set chip [BrianT] S-Plus SET026 Set chip [BrianT] --- src/mame/drivers/splus.cpp | 21 +++++++++++++++++++++ src/mame/mame.lst | 5 ++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/splus.cpp b/src/mame/drivers/splus.cpp index 969eeada1f7..b796171f60f 100644 --- a/src/mame/drivers/splus.cpp +++ b/src/mame/drivers/splus.cpp @@ -711,6 +711,23 @@ MACHINE_CONFIG_END * Rom Load * *************************/ +ROM_START( spset005 ) /* Set Chip, not sure how it works but archive for future use */ + ROM_REGION( 0x10000, "maincpu", 0 ) + ROM_LOAD( "set005.u52", 0x00000, 0x10000, CRC(43b70e2e) SHA1(30d610c988fc7e7e9fd54ff378c4a1fecfe5fffe) ) /* 09/24/93 @ IGT L93-1769 */ + ROM_LOAD( "set017.u52", 0x00000, 0x10000, NO_DUMP ) /* When dumped make a seperate romdef */ + ROM_LOAD( "set020.u52", 0x00000, 0x10000, NO_DUMP ) /* When dumped make a seperate romdef */ +ROM_END + +ROM_START( spset015 ) /* Set Chip, not sure how it works but archive for future use */ + ROM_REGION( 0x10000, "maincpu", 0 ) + ROM_LOAD( "set015.u52", 0x00000, 0x10000, CRC(01641946) SHA1(81a0632ef96731907b28963293ab12db2073f4a6) ) +ROM_END + +ROM_START( spset026 ) /* Set Chip, not sure how it works but archive for future use */ + ROM_REGION( 0x10000, "maincpu", 0 ) + ROM_LOAD( "set026.u52", 0x00000, 0x10000, CRC(01641946) SHA1(81a0632ef96731907b28963293ab12db2073f4a6) ) /* 11/06/96 @ IGT NV */ +ROM_END + ROM_START( spss4240 ) /* Coral Reef (SS4240) */ ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "sp1271.u52", 0x00000, 0x10000, CRC(dc164599) SHA1(7114652a733b26cd711dbe4d65dde065ba73619f) ) @@ -724,4 +741,8 @@ ROM_END *************************/ // YEAR NAME PARENT MACHINE INPUT CLASS INIT ROT COMPANY FULLNAME FLAGS LAYOUT +GAMEL( 1993, spset005, 0, splus, splus, splus_state, init_splus, ROT0, "IGT - International Game Technology", "S-Plus SET005 Set chip", MACHINE_NOT_WORKING, layout_splus ) +GAMEL( 1993, spset015, 0, splus, splus, splus_state, init_splus, ROT0, "IGT - International Game Technology", "S-Plus SET015 Set chip", MACHINE_NOT_WORKING, layout_splus ) +GAMEL( 1996, spset026, 0, splus, splus, splus_state, init_splus, ROT0, "IGT - International Game Technology", "S-Plus SET026 Set chip", MACHINE_NOT_WORKING, layout_splus ) + GAMEL( 1994, spss4240, 0, splus, splus, splus_state, init_splus, ROT0, "IGT - International Game Technology", "S-Plus (SS4240) Coral Reef", MACHINE_NOT_WORKING, layout_splus ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index a6658a1512e..5e216b26f32 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -35601,7 +35601,10 @@ splash10 // (c) 1992 - Ref 922804 ringball // not a gaelco game but based on splash code @source:splus.cpp -spss4240 // +spset005 // (c) 1993 IGT - International Game Technology +spset015 // (c) 1993 IGT - International Game Technology +spset026 // (c) 1996 IGT - International Game Technology +spss4240 // (c) 1987 IGT - International Game Technology @source:spoker.cpp spk306us // (c) 1996 IGS -- cgit v1.2.3