summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mm58174.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mm58174.h')
-rw-r--r--src/devices/machine/mm58174.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mm58174.h b/src/devices/machine/mm58174.h
index 72fbfc85502..a084ca4bbb8 100644
--- a/src/devices/machine/mm58174.h
+++ b/src/devices/machine/mm58174.h
@@ -15,7 +15,7 @@
class mm58174_device : public device_t, public device_rtc_interface
{
public:
- mm58174_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ mm58174_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock);
uint8_t read(offs_t offset);
void write(offs_t offset, uint8_t data);