summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/samcoupe/expansion/dallas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/samcoupe/expansion/dallas.cpp')
-rw-r--r--src/devices/bus/samcoupe/expansion/dallas.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/samcoupe/expansion/dallas.cpp b/src/devices/bus/samcoupe/expansion/dallas.cpp
index e7c57fb66cc..30e7a1d0005 100644
--- a/src/devices/bus/samcoupe/expansion/dallas.cpp
+++ b/src/devices/bus/samcoupe/expansion/dallas.cpp
@@ -38,7 +38,8 @@ void sam_dallas_clock_device::device_add_mconfig(machine_config &config)
sam_dallas_clock_device::sam_dallas_clock_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, SAM_DALLAS_CLOCK, tag, owner, clock),
device_samcoupe_expansion_interface(mconfig, *this),
- m_rtc(*this, "rtc")
+ m_rtc(*this, "rtc"),
+ m_print(0)
{
}