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