mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fixed validation error (nw)
This commit is contained in:
parent
a68d423992
commit
ced0bdc094
@ -857,7 +857,7 @@ static INPUT_PORTS_START( coh3002t )
|
||||
PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
|
||||
PORT_START("JP1")
|
||||
PORT_DIPNAME( 0x01, 0x00, "Bios Flash" ) PORT_DIPLOCATION("JP1")
|
||||
PORT_DIPNAME( 0x01, 0x00, "Bios Flash" ) PORT_DIPLOCATION("JP1:1")
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( On ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
INPUT_PORTS_END
|
||||
|
Loading…
Reference in New Issue
Block a user