mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
TIM100: put the proper defaults in
This commit is contained in:
parent
cee8ee270a
commit
8182200d0e
@ -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] = {
|
||||
|
Loading…
Reference in New Issue
Block a user