From 8aac4d4a8d7f0a853d04c2d7505a56d88635bcc3 Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 15 Mar 2020 19:07:02 +0100 Subject: crabgrab: missed one port_changed (nw) --- src/mame/drivers/hh_sm510.cpp | 2 +- src/mame/drivers/hh_ucom4.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp index b9635416d4b..a4db597259e 100644 --- a/src/mame/drivers/hh_sm510.cpp +++ b/src/mame/drivers/hh_sm510.cpp @@ -3898,7 +3898,7 @@ static INPUT_PORTS_START( gnw_cgrab ) PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_JOYSTICKLEFT_RIGHT ) PORT_CHANGED_CB(input_changed) PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_JOYSTICKRIGHT_UP ) PORT_CHANGED_CB(input_changed) PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_JOYSTICKLEFT_LEFT ) PORT_CHANGED_CB(input_changed) - PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_JOYSTICKRIGHT_DOWN ) + PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_JOYSTICKRIGHT_DOWN ) PORT_CHANGED_CB(input_changed) PORT_START("IN.1") // S2 PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_SELECT ) PORT_CHANGED_CB(input_changed) PORT_NAME("Time") diff --git a/src/mame/drivers/hh_ucom4.cpp b/src/mame/drivers/hh_ucom4.cpp index 98d572d510e..762b5f35db4 100644 --- a/src/mame/drivers/hh_ucom4.cpp +++ b/src/mame/drivers/hh_ucom4.cpp @@ -57,8 +57,8 @@ @060 uPD650C 1979, Mattel Computer Gin *085 uPD650C 1980, Roland TR-808 *127 uPD650C 198?, Sony OA-S1100 Typecorder (subcpu, have dump) - 128 uPD650C 1981, Roland TR-606 -> tr606.cpp - 133 uPD650C 1982, Roland TB-303 -> tb303.cpp + 128 uPD650C 1981, Roland TR-606 -> roland_tr606.cpp + 133 uPD650C 1982, Roland TB-303 -> roland_tb303.cpp (* means undumped unless noted, @ denotes it's in this driver) -- cgit v1.2.3