summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc68901.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mc68901.h')
-rw-r--r--src/devices/machine/mc68901.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc68901.h b/src/devices/machine/mc68901.h
index 0e992c78941..2291f046559 100644
--- a/src/devices/machine/mc68901.h
+++ b/src/devices/machine/mc68901.h
@@ -50,7 +50,7 @@ class mc68901_device : public device_t
{
public:
// construction/destruction
- mc68901_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ mc68901_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
void set_timer_clock(int timer_clock) { m_timer_clock = timer_clock; }
void set_timer_clock(const XTAL &xtal) { set_timer_clock(xtal.value()); }