eispc_kb: marked keyboard as imperfect as it generates Keyboard Error, press F1 message

This commit is contained in:
Joakim Larsson Edstrom 2019-10-25 23:33:35 +02:00
parent d4eb7c7d2c
commit 6804caaf93

View file

@ -16,6 +16,8 @@ public:
eispc_keyboard_device(machine_config const &mconfig, char const *tag, device_t *owner, uint32_t clock = 0);
static constexpr feature_type imperfect_features() { return feature::KEYBOARD; }
DECLARE_INPUT_CHANGED_MEMBER(key);
DECLARE_WRITE_LINE_MEMBER(rxd_w);
DECLARE_WRITE_LINE_MEMBER(hold_w);