diff options
Diffstat (limited to 'src/devices/bus/bml3/bml3rtc.h')
-rw-r--r-- | src/devices/bus/bml3/bml3rtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bml3/bml3rtc.h b/src/devices/bus/bml3/bml3rtc.h index 16c6cbd0e9c..4a4d1d4514a 100644 --- a/src/devices/bus/bml3/bml3rtc.h +++ b/src/devices/bus/bml3/bml3rtc.h @@ -27,7 +27,7 @@ class bml3bus_rtc_device: { public: // construction/destruction - bml3bus_rtc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); + bml3bus_rtc_device(const machine_config &mconfig, const char *tag, device_t *owner, const XTAL &clock); uint8_t bml3_rtc_r(offs_t offset); void bml3_rtc_w(offs_t offset, uint8_t data); |