diff options
Diffstat (limited to 'src/devices/bus/vic20/speakeasy.h')
-rw-r--r-- | src/devices/bus/vic20/speakeasy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vic20/speakeasy.h b/src/devices/bus/vic20/speakeasy.h index 6df3880d2df..9bbcba26c67 100644 --- a/src/devices/bus/vic20/speakeasy.h +++ b/src/devices/bus/vic20/speakeasy.h @@ -28,7 +28,7 @@ class vic20_speakeasy_device : public device_t, { public: // construction/destruction - vic20_speakeasy_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + vic20_speakeasy_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); protected: // device-level overrides |