diff options
Diffstat (limited to 'src/devices/video/vic4567.cpp')
-rw-r--r-- | src/devices/video/vic4567.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/vic4567.cpp b/src/devices/video/vic4567.cpp index 5f1c756c50d..c94b3f9bd1d 100644 --- a/src/devices/video/vic4567.cpp +++ b/src/devices/video/vic4567.cpp @@ -149,7 +149,7 @@ DEFINE_DEVICE_TYPE(VIC3, vic3_device, "vic3", "CSG 4567 VIC-III") -vic3_device::vic3_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) +vic3_device::vic3_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock) : device_t(mconfig, VIC3, tag, owner, clock) , device_palette_interface(mconfig, *this) , device_video_interface(mconfig, *this) |