summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Roberto Fresca <robertof@mamedev.org>2014-04-05 23:42:56 +0000
committer Roberto Fresca <robertof@mamedev.org>2014-04-05 23:42:56 +0000
commit69cb645ff2c50d873425e6bddc9b4d89293a9b71 (patch)
tree57f45657a438cfd5bbaefee2b9f17a6406d4ab38
parent8c23e289b08f43a5e0a5295fd77ef4e444ffb48a (diff)
small docs corrections...
-rw-r--r--src/mame/drivers/videopkr.c5
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 *
*************************/