mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Moved DBV Bill Choices from Dip Settings to Driver Configuration to avoid confusion with actual PCB settings.
This commit is contained in:
parent
4b9f7d4f6e
commit
50ab469a6f
@ -963,14 +963,14 @@ static INPUT_PORTS_START( peplus )
|
||||
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_NAME("Bill In") PORT_IMPULSE(1)
|
||||
|
||||
PORT_START("BC")
|
||||
PORT_DIPNAME( 0x1f, 0x00, "Bill Choices" )
|
||||
PORT_DIPSETTING( 0x00, "$1" )
|
||||
PORT_DIPSETTING( 0x01, "$2" )
|
||||
PORT_DIPSETTING( 0x04, "$5" )
|
||||
PORT_DIPSETTING( 0x09, "$10" )
|
||||
PORT_DIPSETTING( 0x13, "$20" )
|
||||
PORT_DIPSETTING( 0x16, "$50" )
|
||||
PORT_DIPSETTING( 0x18, "$100" )
|
||||
PORT_CONFNAME( 0x1f, 0x00, "Bill Choices" )
|
||||
PORT_CONFSETTING( 0x00, "$1" )
|
||||
PORT_CONFSETTING( 0x01, "$2" )
|
||||
PORT_CONFSETTING( 0x04, "$5" )
|
||||
PORT_CONFSETTING( 0x09, "$10" )
|
||||
PORT_CONFSETTING( 0x13, "$20" )
|
||||
PORT_CONFSETTING( 0x16, "$50" )
|
||||
PORT_CONFSETTING( 0x18, "$100" )
|
||||
|
||||
PORT_START("SW1")
|
||||
PORT_DIPNAME( 0x01, 0x01, "Line Frequency" )
|
||||
|
Loading…
Reference in New Issue
Block a user