diff options
author | 2020-10-01 13:00:21 +0300 | |
---|---|---|
committer | 2020-10-01 13:01:02 +0300 | |
commit | 20f802a28324fa6b0ff693c52be616524b7ca2fe (patch) | |
tree | 6750b25556089907103c4553f1b7b527d287900f /src/mame/drivers/quickpick5.cpp | |
parent | 6bf5349ac670a8313c09ba92351a47a92a04974d (diff) |
naomi.cpp: redumped vfurlong (Atomiswave) [brizzo]
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") |