diff options
| author | 2014-04-05 23:42:56 +0000 | |
|---|---|---|
| committer | 2014-04-05 23:42:56 +0000 | |
| commit | 69cb645ff2c50d873425e6bddc9b4d89293a9b71 (patch) | |
| tree | 57f45657a438cfd5bbaefee2b9f17a6406d4ab38 /src | |
| parent | 8c23e289b08f43a5e0a5295fd77ef4e444ffb48a (diff) | |
small docs corrections...
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/videopkr.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/videopkr.c b/src/mame/drivers/videopkr.c index 65013c16c1a..7a9a6945464 100644 --- a/src/mame/drivers/videopkr.c +++ b/src/mame/drivers/videopkr.c @@ -38,11 +38,11 @@ The Fortune I hardware consisted of the following games: Regular Draw Poker Progressive Draw Poker - Joker Wild Draw Poker + Joker Wild Poker Double Up Draw Poker Credit Draw Poker Lucky 7 Poker (Seven Card Stud Poker) - Regular 21 (Blackjack) + Twenty One Live 21 Count Down 21 Two Hand 21 @@ -1337,6 +1337,7 @@ static MACHINE_CONFIG_DERIVED( fortune1, videopkr ) MCFG_PALETTE_INIT_OWNER(videopkr_state,fortune1) MACHINE_CONFIG_END + /************************* * Rom Load * *************************/ |
