summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb14241.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb14241.h')
-rw-r--r--src/devices/machine/mb14241.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb14241.h b/src/devices/machine/mb14241.h
index 00bc2a55949..673c787bafa 100644
--- a/src/devices/machine/mb14241.h
+++ b/src/devices/machine/mb14241.h
@@ -14,7 +14,7 @@
class mb14241_device : public device_t
{
public:
- mb14241_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock = 0);
+ mb14241_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock = XTAL());
void shift_count_w(u8 data);
void shift_data_w(u8 data);