diff options
Diffstat (limited to 'src/devices/cpu/pdp8/hd6120.h')
-rw-r--r-- | src/devices/cpu/pdp8/hd6120.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pdp8/hd6120.h b/src/devices/cpu/pdp8/hd6120.h index 126ce115040..699157b75c8 100644 --- a/src/devices/cpu/pdp8/hd6120.h +++ b/src/devices/cpu/pdp8/hd6120.h @@ -68,7 +68,7 @@ public: }; // device type constructor - hd6120_device(const machine_config &config, const char *tag, device_t *owner, u32 clock); + hd6120_device(const machine_config &config, const char *tag, device_t *owner, const XTAL &clock); // callback configuration auto lxmar_callback() { return m_lxmar_callback.bind(); } |