summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tmc0999.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tmc0999.h')
-rw-r--r--src/devices/machine/tmc0999.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/tmc0999.h b/src/devices/machine/tmc0999.h
index 24305b8d8ee..df5766cb27b 100644
--- a/src/devices/machine/tmc0999.h
+++ b/src/devices/machine/tmc0999.h
@@ -27,7 +27,7 @@ quick pinout reference (18-pin DIP)
class tmc0999_device : public device_t
{
public:
- tmc0999_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0);
+ tmc0999_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
void di_w(u8 data);
u8 do_r();