TIM100: put the proper defaults in

This commit is contained in:
Robbbert 2016-07-15 11:32:46 +10:00
parent cee8ee270a
commit 8182200d0e

View File

@ -75,13 +75,13 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( tim100 )
INPUT_PORTS_END
DEVICE_INPUT_DEFAULTS_START( tim100 )
static DEVICE_INPUT_DEFAULTS_START( tim100 )
DEVICE_INPUT_DEFAULTS( "RS232_TXBAUD", 0xff, RS232_BAUD_9600 )
DEVICE_INPUT_DEFAULTS( "RS232_RXBAUD", 0xff, RS232_BAUD_9600 )
DEVICE_INPUT_DEFAULTS( "RS232_STARTBITS", 0xff, RS232_STARTBITS_1 )
DEVICE_INPUT_DEFAULTS( "RS232_DATABITS", 0xff, RS232_DATABITS_7 )
DEVICE_INPUT_DEFAULTS( "RS232_DATABITS", 0xff, RS232_DATABITS_8 )
DEVICE_INPUT_DEFAULTS( "RS232_PARITY", 0xff, RS232_PARITY_ODD )
DEVICE_INPUT_DEFAULTS( "RS232_STOPBITS", 0xff, RS232_STOPBITS_1 )
DEVICE_INPUT_DEFAULTS( "RS232_STOPBITS", 0xff, RS232_STOPBITS_2 )
DEVICE_INPUT_DEFAULTS_END
static const rgb_t tim100_palette[3] = {