a2ssc: More minor corrections

This commit is contained in:
AJR 2020-12-29 22:15:02 -05:00
parent 810a143a40
commit 0e0ec65ca2

View file

@ -88,11 +88,10 @@ static INPUT_PORTS_START( ssc )
PORT_DIPNAME( 0x04, 0x04, "Interrupts" ) PORT_DIPLOCATION("SW2:6") PORT_DIPNAME( 0x04, 0x04, "Interrupts" ) PORT_DIPLOCATION("SW2:6")
PORT_DIPSETTING( 0x04, DEF_STR(Off)) PORT_DIPSETTING( 0x04, DEF_STR(Off))
PORT_DIPSETTING( 0x00, DEF_STR(On)) PORT_DIPSETTING( 0x00, DEF_STR(On))
PORT_DIPNAME( 0x02, 0x00, "DTR Connected" ) PORT_DIPLOCATION("SW1:7") PORT_DIPNAME( 0x02, 0x00, "DCD Connected" ) PORT_DIPLOCATION("SW1:7")
PORT_DIPSETTING( 0x00, DEF_STR(On)) PORT_DIPSETTING( 0x00, DEF_STR(On))
PORT_DIPNAME( 0x01, 0x00, "Clear To Send" ) PORT_DIPLOCATION("SW2:7") PORT_DIPNAME( 0x01, 0x01, "Secondary CTS Connected" ) PORT_DIPLOCATION("SW2:7")
PORT_DIPSETTING( 0x00, "Normal Clear To Send" ) PORT_DIPSETTING( 0x01, DEF_STR(Off))
PORT_DIPSETTING( 0x01, "Secondary Clear To Send" )
INPUT_PORTS_END INPUT_PORTS_END
//------------------------------------------------- //-------------------------------------------------