mirror of
https://github.com/holub/mame
synced 2025-04-30 19:57:11 +03:00
fixed usage of uninitialized member in decocass_tape_device (nw)
This commit is contained in:
parent
d2513c2e9a
commit
d61473ab50
@ -60,6 +60,7 @@ decocass_tape_device::decocass_tape_device(const machine_config &mconfig, const
|
|||||||
: device_t(mconfig, DECOCASS_TAPE, "DECO Cassette Tape", tag, owner, clock, "decocass_tape", __FILE__),
|
: device_t(mconfig, DECOCASS_TAPE, "DECO Cassette Tape", tag, owner, clock, "decocass_tape", __FILE__),
|
||||||
m_tape_timer(NULL),
|
m_tape_timer(NULL),
|
||||||
m_speed(0),
|
m_speed(0),
|
||||||
|
m_region(REGION_LEADER),
|
||||||
m_bitnum(0),
|
m_bitnum(0),
|
||||||
m_clockpos(0),
|
m_clockpos(0),
|
||||||
m_numclocks(0)
|
m_numclocks(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user