diff options
Diffstat (limited to 'src/devices/bus/abckb/abc800kb.h')
-rw-r--r-- | src/devices/bus/abckb/abc800kb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/abckb/abc800kb.h b/src/devices/bus/abckb/abc800kb.h index 39f54e2f854..0921ce80656 100644 --- a/src/devices/bus/abckb/abc800kb.h +++ b/src/devices/bus/abckb/abc800kb.h @@ -29,7 +29,7 @@ class abc800_keyboard_device : public device_t, { public: // construction/destruction - abc800_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + abc800_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // abc_keyboard_interface overrides virtual void txd_w(int state) override; |