diff options
| author | 2021-01-26 14:48:07 -0500 | |
|---|---|---|
| committer | 2021-01-26 14:48:07 -0500 | |
| commit | a7e6ae77d2b8116d3d5f768534e5421411764784 (patch) | |
| tree | 85d52126d0fa19d2745cd5f89f72267df3f22391 /src/devices/machine/smioc.cpp | |
| parent | c6cf21b01c1589e1c6f6537530f0788ba00bcbd6 (diff) | |
rs232: HLE updates
- Remove option to change the number of start bits (1 was always the default, and the RS232 protocol requires one start bit)
- Add many historically significant baud rates ranging from 50 to 7200
* ccs2810.cpp, sb8085.cpp: Update notes
Diffstat (limited to 'src/devices/machine/smioc.cpp')
| -rw-r--r-- | src/devices/machine/smioc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/smioc.cpp b/src/devices/machine/smioc.cpp index 7f7f2046fb5..e58673a0bb0 100644 --- a/src/devices/machine/smioc.cpp +++ b/src/devices/machine/smioc.cpp @@ -129,7 +129,6 @@ void smioc_device::smioc_mem(address_map &map) static DEVICE_INPUT_DEFAULTS_START(terminal) DEVICE_INPUT_DEFAULTS("RS232_TXBAUD", 0xff, RS232_BAUD_9600) DEVICE_INPUT_DEFAULTS("RS232_RXBAUD", 0xff, RS232_BAUD_9600) - 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_EVEN) DEVICE_INPUT_DEFAULTS("RS232_STOPBITS", 0xff, RS232_STOPBITS_1) |
