mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
peplus.cpp: Minor doc update - NW
This commit is contained in:
parent
b793232c97
commit
bef65d2e83
1 changed files with 14 additions and 18 deletions
|
@ -12743,8 +12743,7 @@ ROM_START( pexmp013 ) /* Superboard : 5-in-1 Wingboard (XMP00013) Program in Spa
|
|||
/*
|
||||
|
||||
The CG2346 set seems to support all games supported in CG2298 as well as graphics support for the following XnnnnnnP Data game types:
|
||||
Triple Double Bonus
|
||||
Black Jack Bonus (comes up as Black Jack Poker)
|
||||
Triple Double Bonus, Black Jack Poker
|
||||
|
||||
*/
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
|
@ -12783,7 +12782,7 @@ Known Wingboard compatible program roms:
|
|||
XMP00009 (CG2230+CAPX2230 - not dumped - MGM exclusive)
|
||||
XMP00011 (CG2298+CAPX2298 - not dumped)
|
||||
XMP00013 - Spanish
|
||||
XMP00014 - International (not dumped)
|
||||
XMP00014 - International (CG2352+CAPX2352 - not dumped)
|
||||
XMP00017
|
||||
XMP00022 - Spanish
|
||||
XMP00026 - Spanish
|
||||
|
@ -12793,16 +12792,14 @@ Wingboard programs are not compatible with:
|
|||
Lucky Deal Poker, Shockwave Poker, Ace$ Bonus Poker, Dealt Deuces Bonus, Barbaric Deuces, Pay the Ace (No Face)
|
||||
and many other "specialty" poker games.
|
||||
|
||||
The CG2298 graphics can support the following XnnnnnnP Data game types:
|
||||
The CG2298 graphics can support the following XnnnnnnP Data game types (as displayed):
|
||||
|
||||
Bonus Poker, Bonus Poker Deluxe, Double Bonus Poker, Double Double Bonus Poker, Triple Bonus Poker
|
||||
Deuces Wild Poker, Deluxe Deuces Wild, Loose Deuces, Deuces Bonus, Double Deuces, Royal Deuces Poker
|
||||
Joker Poker, Double Joker Poker, Deuces Joker Wild Poker, Sevens or Better, Tens or Better, Jacks or Better
|
||||
Nevada Draw Poker, Nevada Bonus Poker, White Hot Aces, Double Double Aces & Faces, Odds & Ends Poker
|
||||
Two Pair, Crazy Eights and Full House Bonus
|
||||
Bonus Poker, Bonus Poker Dlx, Crazy Eights, Deluxe Deuces, Deuces Joker, Deuces Bonus, Deuces Wild
|
||||
Double Bonus, Double Deuces, Dbl Dbl Bonus, Double Joker, Jacks or Better, Joker Poker, Loose Deuces
|
||||
Nevada Bonus, Nevada Draw, Odds & Ends, Full House Bonus, Royal Deuces, Sevens or Better, Tens or Better
|
||||
Triple Bonus, Two Pair, White Hot Aces
|
||||
|
||||
Super Aces shows as just Bonus Poker
|
||||
Triple Bonus Poker Plus shows as just Triple Bonus
|
||||
Super Aces shows as just Bonus Poker, Triple Bonus Poker Plus shows as just Triple Bonus
|
||||
|
||||
*/
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
|
@ -12836,7 +12833,8 @@ ROM_END
|
|||
ROM_START( pexmp017a ) /* Superboard : 5-in-1 Wingboard (XMP00017) */
|
||||
/*
|
||||
|
||||
The CG2352 set is meant to be used with XMP00014 - But use here now as a place holder
|
||||
The CG2352 set is meant to be used with XMP00014 or other International program sets - But use here now as a place holder
|
||||
Same set of games as CG2298 but includes graphics for International currency.
|
||||
|
||||
*/
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
|
@ -12871,10 +12869,8 @@ ROM_END
|
|||
ROM_START( pexmp017b ) /* Superboard : 5-in-1 Wingboard (XMP00017) */
|
||||
/*
|
||||
|
||||
The CG2426 set supersedes CG2298 and adds graphics support for the following XnnnnnnP Data game types:
|
||||
Black Jack Bonus
|
||||
Super Double Bonus
|
||||
Triple Double Bonus
|
||||
The CG2426 set supersedes CG2298 and adds graphics support for the following XnnnnnnP Data game types (as displayed):
|
||||
BlackJack Bonus, Tpl Dbl Bonus, Super Dbl Bonus
|
||||
|
||||
*/
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
|
@ -12966,8 +12962,8 @@ ROM_END
|
|||
ROM_START( pexmp030 ) /* Superboard : 5-in-1 Wingboard (XMP00030) */
|
||||
/*
|
||||
|
||||
The CG2451 set supersedes CG2298 & CG2426 and adds graphics support for the following XnnnnnnP Data game types:
|
||||
Double Double Bonus Plus
|
||||
The CG2451 set supersedes CG2298 & CG2426 and adds graphics support for the following XnnnnnnP Data game types (as displayed):
|
||||
Dbl Dbl Bonus Plus
|
||||
|
||||
*/
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
|
|
Loading…
Reference in a new issue