mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Merge pull request #5808 from JoakimLarsson/epc_5
eispc_kb: marked keyboard as imperfect as it generates Keyboard Error…
This commit is contained in:
commit
405594f2a5
@ -16,6 +16,8 @@ public:
|
|||||||
|
|
||||||
eispc_keyboard_device(machine_config const &mconfig, char const *tag, device_t *owner, uint32_t clock = 0);
|
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_INPUT_CHANGED_MEMBER(key);
|
||||||
DECLARE_WRITE_LINE_MEMBER(rxd_w);
|
DECLARE_WRITE_LINE_MEMBER(rxd_w);
|
||||||
DECLARE_WRITE_LINE_MEMBER(hold_w);
|
DECLARE_WRITE_LINE_MEMBER(hold_w);
|
||||||
|
Loading…
Reference in New Issue
Block a user