mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
eispc_kb: marked keyboard as imperfect as it generates Keyboard Error, press F1 message
This commit is contained in:
parent
d4eb7c7d2c
commit
6804caaf93
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue