mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
Interflip electromechanical slots driver improvements: [Roberto Fresca, Grull Osgo]
- Corrected the notes about Costa Brava payment. - Switch the system to game mode by default.
This commit is contained in:
parent
27b1e9e20f
commit
e44474b84a
@ -376,8 +376,8 @@
|
||||
|
||||
Costa Brava plays from 1 to 3 tokens.
|
||||
Token 1 bets in the central line.
|
||||
Token 2 bets in the upper line.
|
||||
Token 3 bets in the lower line.
|
||||
Token 2 bets in the lower line.
|
||||
Token 3 bets in the upper line.
|
||||
|
||||
|
||||
COSTA BRAVA PAYTABLE PRIZE
|
||||
@ -1077,7 +1077,7 @@ static INPUT_PORTS_START( interflip )
|
||||
PORT_DIPNAME(0x01, 0x00, "General Test") PORT_DIPLOCATION("SW1:5")
|
||||
PORT_DIPSETTING(0x00, DEF_STR(Off))
|
||||
PORT_DIPSETTING(0x01, DEF_STR(On))
|
||||
PORT_DIPNAME(0x02, 0x02, "Reels Test") PORT_DIPLOCATION("SW1:6")
|
||||
PORT_DIPNAME(0x02, 0x00, "Reels Test") PORT_DIPLOCATION("SW1:6")
|
||||
PORT_DIPSETTING(0x00, DEF_STR(Off))
|
||||
PORT_DIPSETTING(0x02, DEF_STR(On))
|
||||
PORT_DIPNAME(0x04, 0x00, "Timing Test") PORT_DIPLOCATION("SW1:7")
|
||||
|
Loading…
Reference in New Issue
Block a user