mirror of
https://github.com/holub/mame
synced 2025-06-25 22:04:15 +03:00
okim6258.cpp: fixed crashes in debug builds in the devnoclear branch (nw)
This commit is contained in:
parent
9f0bfa0b7a
commit
cb15631d6a
@ -50,6 +50,7 @@ okim6258_device::okim6258_device(const machine_config &mconfig, const char *tag,
|
||||
: device_t(mconfig, OKIM6258, tag, owner, clock),
|
||||
device_sound_interface(mconfig, *this),
|
||||
m_status(0),
|
||||
m_start_divider(0),
|
||||
m_divider(512),
|
||||
m_adpcm_type(0),
|
||||
m_data_in(0),
|
||||
|
Loading…
Reference in New Issue
Block a user