diff options
Diffstat (limited to 'src/devices/bus/vic20/4cga.h')
-rw-r--r-- | src/devices/bus/vic20/4cga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vic20/4cga.h b/src/devices/bus/vic20/4cga.h index b4e1ada9a05..9e63863848e 100644 --- a/src/devices/bus/vic20/4cga.h +++ b/src/devices/bus/vic20/4cga.h @@ -27,7 +27,7 @@ class c64_4cga_device : public device_t, { public: // construction/destruction - c64_4cga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + c64_4cga_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); // optional information overrides virtual ioport_constructor device_input_ports() const override; |