summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author braintro <briantro@users.noreply.github.com>2018-10-26 20:28:10 -0500
committer braintro <briantro@users.noreply.github.com>2018-10-26 20:28:10 -0500
commit9da0f63e5f30131b4195c66eddf0780f28cdd2f9 (patch)
treebaca22f9916c1b5f5b403c631b430df1c9f94003
parent0d01ce1c25dcfc20ef7aa1aa1593d7793001ac56 (diff)
new working machine - PE+ Set chip 033
New Working Machine ------------------------------------------------ Player's Edge Plus (SET033) Set Chip [BrianT]
-rw-r--r--src/mame/drivers/peplus.cpp17
-rw-r--r--src/mame/mame.lst1
2 files changed, 16 insertions, 2 deletions
diff --git a/src/mame/drivers/peplus.cpp b/src/mame/drivers/peplus.cpp
index 167bd15f6e0..de73bf1a0b2 100644
--- a/src/mame/drivers/peplus.cpp
+++ b/src/mame/drivers/peplus.cpp
@@ -1480,7 +1480,7 @@ ROM_END
ROM_START( peset004 ) /* Normal board : Set Chip (Set004) - PE+ Set Denomination / Enable Validator */
ROM_REGION( 0x10000, "maincpu", 0 )
- ROM_LOAD( "set004.u68", 0x00000, 0x10000, CRC(b5729571) SHA1(fa3bb1fec81692a898213f9521ac0b2a4d1a8968) )
+ ROM_LOAD( "set004.u68", 0x00000, 0x10000, CRC(b5729571) SHA1(fa3bb1fec81692a898213f9521ac0b2a4d1a8968) ) /* 09/17/93 @ IGT L93-1722 */
ROM_REGION( 0x020000, "gfx1", 0 )
ROM_LOAD( "mro-cg740.u72", 0x00000, 0x8000, CRC(72667f6c) SHA1(89843f472cc0329317cfc643c63bdfd11234b194) ) /* 08/12/87 @ IGT L87-2243 */
@@ -1520,7 +1520,19 @@ ROM_START( peset022 ) /* Normal board : Set Chip (Set022) - PE+ Set Denomination
ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) )
ROM_END
-/* Known to exsist SET033 - PE+ Set Denomination / Enable Validator / SAS 4.0 */
+ROM_START( peset033 ) /* Normal board : Set Chip (Set033) - PE+ Set Denomination / Enable Validator / SAS 4.0 */
+ ROM_REGION( 0x10000, "maincpu", 0 )
+ ROM_LOAD( "set033.u68", 0x00000, 0x10000, CRC(de9a5cc8) SHA1(7fab3334f212d9db78e9e348790dfaa0c9c5ec66) ) /* 02/04/97 @ IGT NV */
+
+ ROM_REGION( 0x020000, "gfx1", 0 )
+ ROM_LOAD( "mro-cg740.u72", 0x00000, 0x8000, CRC(72667f6c) SHA1(89843f472cc0329317cfc643c63bdfd11234b194) ) /* 08/12/87 @ IGT L87-2243 */
+ ROM_LOAD( "mgo-cg740.u73", 0x08000, 0x8000, CRC(7437254a) SHA1(bba166dece8af58da217796f81117d0b05752b87) )
+ ROM_LOAD( "mbo-cg740.u74", 0x10000, 0x8000, CRC(92e8c33e) SHA1(05344664d6fdd3f4205c50fa4ca76fc46c18cf8f) )
+ ROM_LOAD( "mxo-cg740.u75", 0x18000, 0x8000, CRC(ce4cbe0b) SHA1(4bafcd68be94a5deaae9661584fa0fc940b834bb) )
+
+ ROM_REGION( 0x100, "proms", 0 )
+ ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) )
+ROM_END
ROM_START( peset038 ) /* Normal board : Set Chip (Set038) - PE+ Set Denomination / Enable Validator */
ROM_REGION( 0x10000, "maincpu", 0 )
@@ -14262,6 +14274,7 @@ GAMEL( 1987, peset001, 0, peplus, peplus_schip, peplus_state, init_pepl
GAMEL( 1987, peset004, 0, peplus, peplus_schip, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (SET004) Set Chip", MACHINE_SUPPORTS_SAVE, layout_pe_schip )
GAMEL( 1987, peset012, 0, peplus, peplus_schip, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (SET012) Set Chip", MACHINE_SUPPORTS_SAVE, layout_pe_schip )
GAMEL( 1987, peset022, 0, peplus, peplus_schip, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (SET022) Set Chip", MACHINE_SUPPORTS_SAVE, layout_pe_schip )
+GAMEL( 1987, peset033, 0, peplus, peplus_schip, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (SET033) Set Chip", MACHINE_SUPPORTS_SAVE, layout_pe_schip )
GAMEL( 1987, peset038, 0, peplus, peplus_schip, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (SET038) Set Chip", MACHINE_SUPPORTS_SAVE, layout_pe_schip )
GAMEL( 1987, peset100, 0, peplus, peplus_schip, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (SET100) Set Chip", MACHINE_SUPPORTS_SAVE, layout_pe_schip )
GAMEL( 1987, peset117, 0, peplus, peplus_schip, peplus_state, init_peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (SET117) Set Chip", MACHINE_SUPPORTS_SAVE, layout_pe_schip )
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index 4b64ccb53b0..a6658a1512e 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -31457,6 +31457,7 @@ peset001 // (c) 1987 IGT - International Game Technology
peset004 // (c) 1987 IGT - International Game Technology
peset012 // (c) 1987 IGT - International Game Technology
peset022 // (c) 1987 IGT - International Game Technology
+peset033 // (c) 1987 IGT - International Game Technology
peset038 // (c) 1987 IGT - International Game Technology
peset100 // (c) 1987 IGT - International Game Technology
peset117 // (c) 1987 IGT - International Game Technology