diff options
| author | 2015-08-21 09:19:36 +1000 | |
|---|---|---|
| committer | 2015-08-21 09:19:56 +1000 | |
| commit | 683ddc8d7d7fe0e2c82ea2f735dec0d1471d9a64 (patch) | |
| tree | 26b998f617e67f9724994159c764efeb03231b28 | |
| parent | dca131863f8cb5e0413e39dcab719620fad9b30f (diff) | |
cmv801: document card shuffle animation DIP switch [hsialin]
| -rw-r--r-- | src/mame/drivers/goldstar.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/goldstar.c b/src/mame/drivers/goldstar.c index 55670a78676..af7ee2a24a5 100644 --- a/src/mame/drivers/goldstar.c +++ b/src/mame/drivers/goldstar.c @@ -1492,11 +1492,14 @@ static INPUT_PORTS_START( cmv801 ) PORT_INCLUDE( cmv4_dsw4 ) /* Display Of Payout Limit not working; all others OK */ PORT_INCLUDE( cmv4_dsw5 ) + PORT_MODIFY("DSW5") /* Display of Doll On Demo only affects payout table screen */ /* Coin In Limit OK */ /* Condition For 3 Kind Of Bonus not checked */ /* Display Of Doll At All Fr. Bonus not checked */ - /* DSW5-7 listed as unused */ + PORT_DIPNAME( 0x40, 0x40, "Card Shuffle Animation" ) PORT_DIPLOCATION("DSW5:7") /* OK */ + PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) + PORT_DIPSETTING( 0x00, DEF_STR( On ) ) /* Test Mode For Disp. Of Doll not working */ INPUT_PORTS_END |
