diff options
Diffstat (limited to 'src/devices/bus/centronics/covox.h')
-rw-r--r-- | src/devices/bus/centronics/covox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/centronics/covox.h b/src/devices/bus/centronics/covox.h index da6ed1063aa..1c83edb0c87 100644 --- a/src/devices/bus/centronics/covox.h +++ b/src/devices/bus/centronics/covox.h @@ -21,7 +21,7 @@ class centronics_covox_device : public device_t, { public: // construction/destruction - centronics_covox_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + centronics_covox_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides @@ -57,7 +57,7 @@ class centronics_covox_stereo_device : public device_t, { public: // construction/destruction - centronics_covox_stereo_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + centronics_covox_stereo_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |