diff options
Diffstat (limited to 'src/mame/skeleton/ampex210_kbd.h')
-rw-r--r-- | src/mame/skeleton/ampex210_kbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/skeleton/ampex210_kbd.h b/src/mame/skeleton/ampex210_kbd.h index 7775ca3a9ad..a08a4227a1e 100644 --- a/src/mame/skeleton/ampex210_kbd.h +++ b/src/mame/skeleton/ampex210_kbd.h @@ -10,7 +10,7 @@ class ampex230_keyboard_device : public device_t { public: // construction/destruction - ampex230_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0); + ampex230_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL()); // callback configuration auto data_out_callback() { return m_data_out_callback.bind(); } |