diff options
Diffstat (limited to 'src/devices/machine/v3021.cpp')
-rw-r--r-- | src/devices/machine/v3021.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/v3021.cpp b/src/devices/machine/v3021.cpp index de8f8526f25..ab0057d9951 100644 --- a/src/devices/machine/v3021.cpp +++ b/src/devices/machine/v3021.cpp @@ -34,7 +34,7 @@ const device_type v3021 = &device_creator<v3021_device>; //------------------------------------------------- v3021_device::v3021_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, v3021, "V3021 RTC", tag, owner, clock, "v3021", __FILE__) + : device_t(mconfig, v3021, "V3021 RTC", tag, owner, clock, "v3021", __FILE__), m_cal_mask(0), m_cal_com(0), m_cal_cnt(0), m_cal_val(0) { } |