diff options
| author | 2012-04-21 23:42:20 +0000 | |
|---|---|---|
| committer | 2012-04-21 23:42:20 +0000 | |
| commit | 806c214597fa2dedfa2e10ce0ff2b0cd97c51894 (patch) | |
| tree | c75009081ca3fbaa62ee20d76d914c6e51170bfa | |
| parent | b41e16264bc79618a3af7d9283fe58bec770bf9b (diff) | |
paradise.c: Correct Penky Dipswitch chart from manual - NW
| -rw-r--r-- | src/mame/drivers/paradise.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/paradise.c b/src/mame/drivers/paradise.c index c9c946a7a53..dc60e4eef99 100644 --- a/src/mame/drivers/paradise.c +++ b/src/mame/drivers/paradise.c @@ -37,9 +37,9 @@ DIPSW-A -------------------------------------------------------------------- DipSwitch Title | Function | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------- - | 70 Sec |off|off| | + | 70 Sec |off|off| |* Game Time | 60 Sec |on |off| | - | 50 Sec |off|on | |* + | 50 Sec |off|on | | | 40 Sec |on |on | | -------------------------------------------------------------------- Strip-Tease | On | |off| |* @@ -62,9 +62,9 @@ DIPSW-B -------------------------------------------------------------------- DipSwitch Title | Function | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------- - | 1cn / 1pl |off|off| | + | 1cn / 1pl |off|off| |* Coinage | 1cn / 2pl |on |off| | - | 1cn / 3pl |off|on | |* + | 1cn / 3pl |off|on | | | 2cn / 3pl |on |on | | -------------------------------------------------------------------- Not Used |off|off|off| |* @@ -72,11 +72,11 @@ DIPSW-B Competition Mode | 1Bout 1Win | |off| |* |3Bouts 2Wins| |on | | -------------------------------------------------------------------- - Demo Sounds | Yes | |off| |* - | No | |on | | + Demo Sounds | Yes | |off| |* + | No | |on | | -------------------------------------------------------------------- TV Test | Game | |off|* - (Slide Show) | Test | |on |* + (Slide Show) | Test | |on | -------------------------------------------------------------------- ***************************************************************************/ |
