From 0e0ec65ca24b38c75ca3cd0fb3b06bb8bd0c5182 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 29 Dec 2020 22:15:02 -0500 Subject: a2ssc: More minor corrections --- src/devices/bus/a2bus/a2ssc.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/devices/bus/a2bus/a2ssc.cpp b/src/devices/bus/a2bus/a2ssc.cpp index bf80118111c..9bf3574e522 100644 --- a/src/devices/bus/a2bus/a2ssc.cpp +++ b/src/devices/bus/a2bus/a2ssc.cpp @@ -88,11 +88,10 @@ static INPUT_PORTS_START( ssc ) PORT_DIPNAME( 0x04, 0x04, "Interrupts" ) PORT_DIPLOCATION("SW2:6") PORT_DIPSETTING( 0x04, DEF_STR(Off)) 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_DIPNAME( 0x01, 0x00, "Clear To Send" ) PORT_DIPLOCATION("SW2:7") - PORT_DIPSETTING( 0x00, "Normal Clear To Send" ) - PORT_DIPSETTING( 0x01, "Secondary Clear To Send" ) + PORT_DIPNAME( 0x01, 0x01, "Secondary CTS Connected" ) PORT_DIPLOCATION("SW2:7") + PORT_DIPSETTING( 0x01, DEF_STR(Off)) INPUT_PORTS_END //------------------------------------------------- -- cgit v1.2.3