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