summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sbus/cgthree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sbus/cgthree.h')
-rw-r--r--src/devices/bus/sbus/cgthree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sbus/cgthree.h b/src/devices/bus/sbus/cgthree.h
index d95a104aef5..741051f66b9 100644
--- a/src/devices/bus/sbus/cgthree.h
+++ b/src/devices/bus/sbus/cgthree.h
@@ -20,7 +20,7 @@ public:
static constexpr feature_type imperfect_features() { return feature::GRAPHICS; }
// construction/destruction
- sbus_cgthree_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ sbus_cgthree_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
protected:
// device_t overrides