Fixed validation error (nw)

This commit is contained in:
Robbbert 2016-11-16 15:38:48 +11:00
parent a68d423992
commit ced0bdc094

View File

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