From 93b3d4bcde04c7706bbe63310a49246a92d27007 Mon Sep 17 00:00:00 2001 From: TheBoyCanFly <34549802+TheBoyCanFly@users.noreply.github.com> Date: Sat, 15 Jan 2022 01:03:49 +0000 Subject: Fixed j6bigbuk Exchange Number button port name and in layout (#8343) --- src/mame/drivers/jpmimpctsw.cpp | 4 ++-- src/mame/layout/j6bigbukc.lay | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/jpmimpctsw.cpp b/src/mame/drivers/jpmimpctsw.cpp index 0f3f0682f7a..f81b5d2b606 100644 --- a/src/mame/drivers/jpmimpctsw.cpp +++ b/src/mame/drivers/jpmimpctsw.cpp @@ -683,13 +683,13 @@ INPUT_PORTS_START( j6bigbuk ) PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_NAME("Exchange") PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_NAME("Collect") PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Nudge 3/Lo") - PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Nudge 2/Hi/Exchange Number") // flashes a different lamp for Exchange Number, but same button? + PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Nudge 2/Hi") PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("Nudge 1") PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON7 ) PORT_NAME("Auto Nudge") PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Cancel") PORT_MODIFY("J10_2") - PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON8 ) // unknown, responds in switch test + PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON8 ) PORT_NAME("Exchange Number") PORT_MODIFY("J9_2") PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON9 ) // unknown, responds in switch test diff --git a/src/mame/layout/j6bigbukc.lay b/src/mame/layout/j6bigbukc.lay index b019928c099..dd39fc13530 100644 --- a/src/mame/layout/j6bigbukc.lay +++ b/src/mame/layout/j6bigbukc.lay @@ -3190,10 +3190,10 @@ - + - + -- cgit v1.2.3