mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
samcoupe/dallas: Init m_print variable
This commit is contained in:
parent
150569d135
commit
9e7f81e89d
@ -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) :
|
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_t(mconfig, SAM_DALLAS_CLOCK, tag, owner, clock),
|
||||||
device_samcoupe_expansion_interface(mconfig, *this),
|
device_samcoupe_expansion_interface(mconfig, *this),
|
||||||
m_rtc(*this, "rtc")
|
m_rtc(*this, "rtc"),
|
||||||
|
m_print(0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user