ti99: Fix CRU base address setting for RS232 card.

This commit is contained in:
Michael Zapf 2019-07-15 13:01:33 +02:00
parent b9e9f41892
commit 90c091735c

View File

@ -1092,7 +1092,7 @@ INPUT_PORTS_START( ti_rs232 )
PORT_START( "CRURS232" )
PORT_DIPNAME( 0x01, 0x00, "TI-RS232 CRU base" )
PORT_DIPSETTING( 0x00, "1300" )
PORT_DIPSETTING( 0x00, "1500" )
PORT_DIPSETTING( 0x01, "1500" )
PORT_START( "SERIALMAP" )
PORT_CONFNAME( 0x03, 0x00, "Serial cable pin mapping" )