Previous 199869 Revisions Next

r26093 Sunday 10th November, 2013 at 21:11:18 UTC by Carl
(mess) isbc: 7E1 (nw)
[src/mess/drivers]isbc.c

trunk/src/mess/drivers/isbc.c
r26092r26093
108108
109109static DEVICE_INPUT_DEFAULTS_START( isbc286_terminal )
110110   DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x0f, 0x06 ) // 9600
111   DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x30, 0x00 ) // 8N1
111   DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x30, 0x10 ) // 7E1
112112DEVICE_INPUT_DEFAULTS_END
113113
114114static const serial_terminal_interface terminal_intf =

Previous 199869 Revisions Next


© 1997-2024 The MAME Team