summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/superslave.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/superslave.c')
-rw-r--r--src/mess/drivers/superslave.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mess/drivers/superslave.c b/src/mess/drivers/superslave.c
index 631ed7c3cd9..93cf6082605 100644
--- a/src/mess/drivers/superslave.c
+++ b/src/mess/drivers/superslave.c
@@ -341,8 +341,10 @@ static Z80PIO_INTERFACE( pio_intf )
static DEVICE_INPUT_DEFAULTS_START( terminal )
- DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x0f, 0x06 ) // 9600
- DEVICE_INPUT_DEFAULTS( "TERM_FRAME", 0x30, 0x00 ) // 8N1
+ DEVICE_INPUT_DEFAULTS( "TERM_BAUD", 0xff, 0x06 ) // 9600
+ DEVICE_INPUT_DEFAULTS( "TERM_DATABITS", 0xff, 0x03 ) // 8
+ DEVICE_INPUT_DEFAULTS( "TERM_PARITY", 0xff, 0x00 ) // N
+ DEVICE_INPUT_DEFAULTS( "TERM_STOPBITS", 0xff, 0x00 ) // 1
DEVICE_INPUT_DEFAULTS_END