diff options
author | 2022-01-15 01:03:49 +0000 | |
---|---|---|
committer | 2022-01-15 12:03:49 +1100 | |
commit | 93b3d4bcde04c7706bbe63310a49246a92d27007 (patch) | |
tree | f2cc858a57f0e210668148239eae472e1f84afd5 | |
parent | 83cb240cc697f5751e9f75faabe3c974014f006c (diff) |
Fixed j6bigbuk Exchange Number button port name and in layout (#8343)
-rw-r--r-- | src/mame/drivers/jpmimpctsw.cpp | 4 | ||||
-rw-r--r-- | 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 @@ <element name="lamp15" ref="colour_button_149" state="0" inputtag="COINS" inputmask="0x01"> <bounds x="615" y="519" width="38" height="23"/> </element> - <element name="lamp180" ref="colour_button_150_border" state="0" inputtag="J9_2" inputmask="0x02"> + <element name="lamp180" ref="colour_button_150_border" state="0" inputtag="J10_2" inputmask="0x02"> <bounds x="161" y="307" width="78" height="38"/> </element> - <element name="lamp180" ref="colour_button_150" state="0" inputtag="J9_2" inputmask="0x02"> + <element name="lamp180" ref="colour_button_150" state="0" inputtag="J10_2" inputmask="0x02"> <bounds x="163" y="309" width="74" height="34"/> </element> <element ref="led_digit_rect_black"> |