Previous 199869 Revisions Next

r32263 Sunday 21st September, 2014 at 21:18:26 UTC by Brian Troha
new PE poker game.

Out of whatsnew: First "non plus" PE game

New Game Added
------------------------------------
Player's Edge (PK1024) Aces and Faces Poker [BrianT]
[src/mame]mame.lst
[src/mame/drivers]peplus.c
[src/mame/layout]pe_poker.lay

trunk/src/mame/layout/pe_poker.lay
r32262r32263
134134         <bounds left="0" top="0" right="340" bottom="310" />
135135      </bezel>
136136      <!-- specific bezels to a kind of machine -->
137      <bezel name="pe_bnkb3" element="hold" inputtag="IN_BANK1" inputmask="0x04">
137      <bezel name="pe_bnkb0" element="hold" inputtag="IN_BANK1" inputmask="0x04">
138138         <bounds x="12" y="250" width="60" height="20" />
139139      </bezel>
140140      <bezel name="pe_bnkb0" element="hold" inputtag="IN_BANK1" inputmask="0x08">
r32262r32263
146146      <bezel name="pe_bnkb0" element="hold" inputtag="IN_BANK1" inputmask="0x20">
147147         <bounds x="204" y="250" width="60" height="20" />
148148      </bezel>
149      <bezel name="pe_bnkb7" element="hold" inputtag="IN_BANK1" inputmask="0x40">
149      <bezel name="pe_bnkb0" element="hold" inputtag="IN_BANK1" inputmask="0x40">
150150         <bounds x="268" y="250" width="60" height="20" />
151151      </bezel>
152152      <!-- shared bezels by all kinds of machine -->
trunk/src/mame/drivers/peplus.c
r32262r32263
14111411   ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */
14121412ROM_END
14131413
1414ROM_START( pepk1024 ) /* Normal (non-plus) board : Aces and Faces (PK1024) */
1415/*
1416                                      2-10 J-A
1417PayTable   Js+  2PR  3K   STR  FL  FH  4K  4K  SF  RF  (Bonus)
1418--------------------------------------------------------------
1419  ????      1    2    3    4    5   8  25  50  50 250    800
1420     Programs Available: PK1024
1421*/
1422   ROM_REGION( 0x10000, "maincpu", 0 )
1423   ROM_LOAD( "pk1024-pc095.u58",   0x00000, 0x8000, CRC(c0b6d093) SHA1(80f7dbd9dff52cd4e31a5243026814aa9edb98df) ) /* Game Version: PC095 */
1424   ROM_RELOAD(                     0x08000, 0x8000) /* 32K version build for the original PE boards (non-plus) */
1425
1426   ROM_REGION( 0x020000, "gfx1", 0 )
1427   ROM_LOAD( "mr0-cg745.u52",   0x00000, 0x4000, CRC(f8aee592) SHA1(fc5fb03698df24ebcf41ccfbce3a8fdd03ac9368) )
1428   ROM_LOAD( "mg0-cg745.u53",   0x08000, 0x4000, CRC(cdf88a59) SHA1(9ab32b7b8bbdf35ee5a45cd58d9a341555b03ee0) )
1429   ROM_LOAD( "mb0-cg745.u54",   0x10000, 0x4000, CRC(3fad0bc0) SHA1(3c8409c004bb40d7be6e5cbdd02b3fa3b5800342) )
1430   ROM_LOAD( "mx0-cg745.u55",   0x18000, 0x4000, CRC(a8cf2a59) SHA1(de623a95237f28827710a86ae86c52106b55b349) )
1431
1432   ROM_REGION( 0x100, "proms", 0 )
1433   ROM_LOAD( "cap740.u37", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */
1434ROM_END
1435
14141436ROM_START( pepp0002 ) /* Normal board : Standard Draw Poker (PP0002) */
14151437/*
14161438PayTable   Js+  2PR  3K   STR  FL  FH  4K  SF  RF  (Bonus)
r32262r32263
86528674GAMEL(1987, peset001, 0,      peplus,  peplus_schip, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (Set001) Set Chip",                      0,   layout_pe_schip )
86538675GAMEL(1987, peset038, 0,      peplus,  peplus_schip, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (Set038) Set Chip",                      0,   layout_pe_schip )
86548676
8677/* Normal (non-plus) board : Poker */
8678GAMEL(1987, pepk1024,  0,        peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge (PK1024) Aces and Faces Poker",              0, layout_pe_poker )
8679
86558680/* Normal board : Poker */
86568681GAMEL(1987, pepp0002,  0,        peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0002) Standard Draw Poker",           0, layout_pe_poker )
86578682GAMEL(1987, pepp0002a, pepp0002, peplus,  peplus_poker, peplus_state, peplus,   ROT0,  "IGT - International Game Technology", "Player's Edge Plus (PP0002) Standard Draw Poker (International)", 0, layout_pe_poker )
trunk/src/mame/mame.lst
r32262r32263
1092910929// IGT Player's Edge Plus
1093010930peset001        // (c) 1987 IGT - International Game Technology
1093110931peset038        // (c) 1987 IGT - International Game Technology
10932pepk1024        // (c) 1987 IGT - International Game Technology
1093210933pepp0002        // (c) 1987 IGT - International Game Technology
1093310934pepp0002a       // (c) 1987 IGT - International Game Technology
1093410935pepp0008        // (c) 1987 IGT - International Game Technology

Previous 199869 Revisions Next


© 1997-2024 The MAME Team