mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
crabgrab: missed one port_changed (nw)
This commit is contained in:
parent
e5da9cd72f
commit
8aac4d4a8d
@ -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")
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user