mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
a2ssc: More minor corrections
This commit is contained in:
parent
810a143a40
commit
0e0ec65ca2
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue