summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/f4702.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/f4702.h')
-rw-r--r--src/devices/machine/f4702.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/f4702.h b/src/devices/machine/f4702.h
index c48601b1e3c..deedce857e5 100644
--- a/src/devices/machine/f4702.h
+++ b/src/devices/machine/f4702.h
@@ -28,7 +28,7 @@
class f4702_device : public device_t, public device_execute_interface
{
public:
- f4702_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ f4702_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// callback configuration
auto s_callback() { return m_s_callback.bind(); }