From e338252b80af7250288b9f6aa688115cd8a3f264 Mon Sep 17 00:00:00 2001 From: cracyc Date: Sun, 10 Nov 2013 21:11:18 +0000 Subject: [PATCH] (mess) isbc: 7E1 (nw) --- src/mess/drivers/isbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/drivers/isbc.c b/src/mess/drivers/isbc.c index 58e4e1bed3a..4dc11f004e4 100644 --- a/src/mess/drivers/isbc.c +++ b/src/mess/drivers/isbc.c @@ -108,7 +108,7 @@ DEVICE_INPUT_DEFAULTS_END static DEVICE_INPUT_DEFAULTS_START( isbc286_terminal ) DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x0f, 0x06 ) // 9600 - DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x30, 0x00 ) // 8N1 + DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x30, 0x10 ) // 7E1 DEVICE_INPUT_DEFAULTS_END static const serial_terminal_interface terminal_intf =