summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/interpro/keyboard/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/interpro/keyboard/keyboard.h')
-rw-r--r--src/devices/bus/interpro/keyboard/keyboard.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/bus/interpro/keyboard/keyboard.h b/src/devices/bus/interpro/keyboard/keyboard.h
index c9def1e6a42..73389de6fea 100644
--- a/src/devices/bus/interpro/keyboard/keyboard.h
+++ b/src/devices/bus/interpro/keyboard/keyboard.h
@@ -56,12 +56,6 @@ protected:
device_interpro_keyboard_port_interface(machine_config const &mconfig, device_t &device);
interpro_keyboard_port_device *m_port;
-
- static constexpr int START_BIT_COUNT = 1;
- static constexpr int DATA_BIT_COUNT = 8;
- static constexpr device_serial_interface::parity_t PARITY = device_serial_interface::PARITY_EVEN;
- static constexpr device_serial_interface::stop_bits_t STOP_BITS = device_serial_interface::STOP_BITS_1;
- static constexpr int BAUD = 1'200;
};
DECLARE_DEVICE_TYPE(INTERPRO_KEYBOARD_PORT, interpro_keyboard_port_device)