From 90c091735c8dccf919c786ed75f2f17b68be87a3 Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Mon, 15 Jul 2019 13:01:33 +0200 Subject: ti99: Fix CRU base address setting for RS232 card. --- src/devices/bus/ti99/peb/ti_rs232.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/ti99/peb/ti_rs232.cpp b/src/devices/bus/ti99/peb/ti_rs232.cpp index cbc164bbcb2..1ebae489d3a 100644 --- a/src/devices/bus/ti99/peb/ti_rs232.cpp +++ b/src/devices/bus/ti99/peb/ti_rs232.cpp @@ -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" ) -- cgit v1.2.3