summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd4992.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upd4992.h')
-rw-r--r--src/devices/machine/upd4992.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upd4992.h b/src/devices/machine/upd4992.h
index 3151aa12eaa..841220bc072 100644
--- a/src/devices/machine/upd4992.h
+++ b/src/devices/machine/upd4992.h
@@ -24,7 +24,7 @@ class upd4992_device : public device_t, public device_rtc_interface
{
public:
// construction/destruction
- upd4992_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock);
+ upd4992_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
// I/O operations
void write(offs_t offset, u8 data);