diff options
Diffstat (limited to 'src/devices/bus/spectrum/kempjoy.h')
-rw-r--r-- | src/devices/bus/spectrum/kempjoy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/spectrum/kempjoy.h b/src/devices/bus/spectrum/kempjoy.h index 466dceb7517..35bff2c8775 100644 --- a/src/devices/bus/spectrum/kempjoy.h +++ b/src/devices/bus/spectrum/kempjoy.h @@ -26,7 +26,7 @@ class spectrum_kempjoy_device : { public: // construction/destruction - spectrum_kempjoy_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + spectrum_kempjoy_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |