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