summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/softbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/softbox.c')
-rw-r--r--src/mess/drivers/softbox.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mess/drivers/softbox.c b/src/mess/drivers/softbox.c
index 3f41f3aa2f1..894c90481a7 100644
--- a/src/mess/drivers/softbox.c
+++ b/src/mess/drivers/softbox.c
@@ -335,8 +335,10 @@ static I8255A_INTERFACE( ppi1_intf )
static DEVICE_INPUT_DEFAULTS_START( terminal )
- DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x0f, 0x06 ) // 9600
- DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x30, 0x10 ) // 7E1
+ DEVICE_INPUT_DEFAULTS( "TERM_BAUD", 0xff, 0x06 ) // 9600
+ DEVICE_INPUT_DEFAULTS( "TERM_DATABITS", 0xff, 0x02 ) // 7
+ DEVICE_INPUT_DEFAULTS( "TERM_PARITY", 0xff, 0x02 ) // E
+ DEVICE_INPUT_DEFAULTS( "TERM_STOPBITS", 0xff, 0x00 ) // 1
DEVICE_INPUT_DEFAULTS_END