mirror of
https://github.com/holub/mame
synced 2025-07-06 10:29:38 +03:00
peplus.c: Remove pepp0431 which was a wrongly named pepp0127 - thanks to smf for pointing it out :-) - NW
This commit is contained in:
parent
354873849d
commit
db172efb0d
@ -2951,29 +2951,6 @@ PayTable As+ 2P 3K STR FL FH 4K SF RF 5K RF (Bonus)
|
||||
ROM_LOAD( "cap740.u50", 0x0000, 0x0100, CRC(6fe619c4) SHA1(49e43dafd010ce0fe9b2a63b96a4ddedcb933c6d) ) /* BPROM type DM74LS471 (compatible with N82S135N) verified */
|
||||
ROM_END
|
||||
|
||||
ROM_START( pepp0431 ) /* Normal board : Deuces Joker Wild Poker (PP0431) */
|
||||
/*
|
||||
With w/o w/o With
|
||||
Wild JKR Wild JKR
|
||||
PayTable 3K STR FL FH 4K SF 5K RF 4D RF 4D (Bonus)
|
||||
--------------------------------------------------------------------
|
||||
P76N 1 1 3 3 3 6 9 12 25 800 1000 2000
|
||||
% Range: 95.1-97.1% Optimum: 99.1% Hit Frequency: 50.4%
|
||||
Programs Available: PP0431, PP0812, PP0813, X000225P & PP0225 - Non Double-up Only
|
||||
*/
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "pp0431_a47-a76.u68", 0x00000, 0x10000, CRC(2997aaac) SHA1(b52525154f4ae39a341ecf829c33449f31a8ce07) ) /* Game Version: A47, Library Version: A76 */
|
||||
|
||||
ROM_REGION( 0x020000, "gfx1", 0 )
|
||||
ROM_LOAD( "mro-cg1215.u72", 0x00000, 0x8000, CRC(425f57be) SHA1(6d53ae86bec7189a35671a7f691e101a2ed4d8c4) ) /* 06/09/93 @ IGT L93-1585 */
|
||||
ROM_LOAD( "mgo-cg1215.u73", 0x08000, 0x8000, CRC(0f66cd94) SHA1(9ac0cd01aca87e045c4fd6045ed907a092d6b2ee) )
|
||||
ROM_LOAD( "mbo-cg1215.u74", 0x10000, 0x8000, CRC(10f89e44) SHA1(cdc34970b0325a24cfd5c187a4b4dbf42be8fc93) )
|
||||
ROM_LOAD( "mxo-cg1215.u75", 0x18000, 0x8000, CRC(73c24e43) SHA1(f09beaf374ad371db2701767ce6ac5bdb13c445a) )
|
||||
|
||||
ROM_REGION( 0x100, "proms", 0 )
|
||||
ROM_LOAD( "cap1215.u50", 0x0000, 0x0100, CRC(294b7b10) SHA1(a405a4b8547b713c5c02dacb19e7354095a7b584) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( pepp0434 ) /* Normal board : Bonus Poker Deluxe (PP0434) */
|
||||
/*
|
||||
PayTable Js+ 2PR 3K STR FL FH 4K SF RF (Bonus)
|
||||
@ -7355,7 +7332,6 @@ GAMEL(1987, pepp0423, pepp0002, peplus, peplus_poker, peplus_state, peplus,
|
||||
GAMEL(1987, pepp0426, pepp0053, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0426) Joker Poker", 0, layout_pe_poker )
|
||||
GAMEL(1987, pepp0428, pepp0053, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0428) Joker Poker", 0, layout_pe_poker )
|
||||
GAMEL(1987, pepp0429, pepp0053, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0429) Joker Poker (Aces or Better)", 0, layout_pe_poker )
|
||||
GAMEL(1987, pepp0431, pepp0127, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0431) Deuces Joker Wild Poker", 0, layout_pe_poker )
|
||||
GAMEL(1987, pepp0434, 0, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0434) Bonus Poker Deluxe", 0, layout_pe_poker )
|
||||
GAMEL(1987, pepp0447, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0447) Standard Draw Poker (set 1)", 0, layout_pe_poker )
|
||||
GAMEL(1987, pepp0447a, pepp0002, peplus, peplus_poker, peplus_state, peplus, ROT0, "IGT - International Game Technology", "Player's Edge Plus (PP0447) Standard Draw Poker (set 2)", 0, layout_pe_poker )
|
||||
|
@ -10887,7 +10887,6 @@ pepp0423 // (c) 1987 IGT - International Game Technology
|
||||
pepp0426 // (c) 1987 IGT - International Game Technology
|
||||
pepp0428 // (c) 1987 IGT - International Game Technology
|
||||
pepp0429 // (c) 1987 IGT - International Game Technology
|
||||
pepp0431 // (c) 1987 IGT - International Game Technology
|
||||
pepp0434 // (c) 1987 IGT - International Game Technology
|
||||
pepp0447 // (c) 1987 IGT - International Game Technology
|
||||
pepp0447a // (c) 1987 IGT - International Game Technology
|
||||
|
Loading…
Reference in New Issue
Block a user