summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tabe22.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tabe22.cpp')
-rw-r--r--src/mame/drivers/tabe22.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/tabe22.cpp b/src/mame/drivers/tabe22.cpp
index e075a67d185..7c0997fe300 100644
--- a/src/mame/drivers/tabe22.cpp
+++ b/src/mame/drivers/tabe22.cpp
@@ -239,7 +239,6 @@ void printer_devices(device_slot_interface &device)
static DEVICE_INPUT_DEFAULTS_START( printer_defaults )
DEVICE_INPUT_DEFAULTS( "RS232_TXBAUD", 0xff, RS232_BAUD_4800 )
DEVICE_INPUT_DEFAULTS( "RS232_RXBAUD", 0xff, RS232_BAUD_4800 )
- DEVICE_INPUT_DEFAULTS( "RS232_STARTBITS", 0xff, RS232_STARTBITS_1 )
DEVICE_INPUT_DEFAULTS( "RS232_DATABITS", 0xff, RS232_DATABITS_7 )
DEVICE_INPUT_DEFAULTS( "RS232_PARITY", 0xff, RS232_PARITY_ODD )
DEVICE_INPUT_DEFAULTS( "RS232_STOPBITS", 0xff, RS232_STOPBITS_1 )