summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/geocable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/geocable.h')
-rw-r--r--src/devices/bus/c64/geocable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/geocable.h b/src/devices/bus/c64/geocable.h
index 587a94ad80c..408fa0df991 100644
--- a/src/devices/bus/c64/geocable.h
+++ b/src/devices/bus/c64/geocable.h
@@ -27,7 +27,7 @@ class c64_geocable_device : public device_t, public device_pet_user_port_interfa
{
public:
// construction/destruction
- c64_geocable_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ c64_geocable_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device-level overrides