mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
ti99: Fix CRU base address setting for RS232 card.
This commit is contained in:
parent
b9e9f41892
commit
90c091735c
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user