summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-04-02 14:56:45 +0200
committer GitHub <noreply@github.com>2020-04-02 14:56:45 +0200
commitcb15631d6ab8448f1adb077fd747792f4773474a (patch)
tree4f2ad4e2dc04bb70bc043fab676c0cd9be5fe41a
parent9f0bfa0b7a26d08d075e886d0bede9af3ba4b350 (diff)
okim6258.cpp: fixed crashes in debug builds in the devnoclear branch (nw)
-rw-r--r--src/devices/sound/okim6258.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/okim6258.cpp b/src/devices/sound/okim6258.cpp
index a9477a5d7bc..639c6fde50d 100644
--- a/src/devices/sound/okim6258.cpp
+++ b/src/devices/sound/okim6258.cpp
@@ -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),