diff options
Diffstat (limited to 'src/devices/machine/r10788.h')
-rw-r--r-- | src/devices/machine/r10788.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/r10788.h b/src/devices/machine/r10788.h index 9a94ad65b5c..7dea3287001 100644 --- a/src/devices/machine/r10788.h +++ b/src/devices/machine/r10788.h @@ -21,7 +21,7 @@ class r10788_device : public device_t { public: - r10788_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + r10788_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); enum { KTR = 0xc, //!< Transfer Keyboard Return |