diff options
Diffstat (limited to 'src/mame/drivers/quickpick5.cpp')
-rw-r--r-- | src/mame/drivers/quickpick5.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/quickpick5.cpp b/src/mame/drivers/quickpick5.cpp index 09b1a827675..b29d56b6861 100644 --- a/src/mame/drivers/quickpick5.cpp +++ b/src/mame/drivers/quickpick5.cpp @@ -383,13 +383,13 @@ static INPUT_PORTS_START( quickpick5 ) PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_SERVICE1) PORT_BIT(0x04, IP_ACTIVE_HIGH, IPT_CUSTOM) PORT_READ_LINE_DEVICE_MEMBER("hopper", hopper_device, line_r) PORT_SERVICE_NO_TOGGLE(0x08, IP_ACTIVE_LOW) - PORT_BIT(0xf0, IP_ACTIVE_LOW, IPT_UNUSED) + PORT_BIT(0xd0, IP_ACTIVE_LOW, IPT_UNUSED) PORT_START("IN2") PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_BUTTON1) PORT_NAME("Reset Switch") PORT_TOGGLE PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_BUTTON2) PORT_NAME("Global Stats") PORT_TOGGLE PORT_BIT(0x04, IP_ACTIVE_LOW, IPT_BUTTON3) PORT_NAME("Last Game Stats") PORT_TOGGLE - PORT_BIT(0xf8, IP_ACTIVE_LOW, IPT_UNUSED) + PORT_BIT(0xd8, IP_ACTIVE_LOW, IPT_UNUSED) PORT_START("DSW1") PORT_DIPNAME( 0x07, 0x07, DEF_STR( Coinage ) ) PORT_DIPLOCATION("DIPSW1:1,2,3") |