mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
crazybon: document Hold Pair DIP switch [hsialin]
This commit is contained in:
parent
7e5b69ae57
commit
e6b44ed663
@ -6006,7 +6006,7 @@ static INPUT_PORTS_START( crazybon )
|
||||
PORT_INCLUDE( cmv4_service )
|
||||
|
||||
PORT_START("DSW1")
|
||||
PORT_DIPNAME( 0x01, 0x00, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:1")
|
||||
PORT_DIPNAME( 0x01, 0x00, DEF_STR( "Hold Pair" ) ) PORT_DIPLOCATION("DSW1:1") /* OK */
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x02, 0x00, "Hopper Out Switch" ) PORT_DIPLOCATION("DSW1:2") /* not checked */
|
||||
|
Loading…
Reference in New Issue
Block a user