crabgrab: missed one port_changed (nw)

This commit is contained in:
hap 2020-03-15 19:07:02 +01:00
parent e5da9cd72f
commit 8aac4d4a8d
2 changed files with 3 additions and 3 deletions

View File

@ -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")

View File

@ -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)