From cb15631d6ab8448f1adb077fd747792f4773474a Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 2 Apr 2020 14:56:45 +0200 Subject: [PATCH] okim6258.cpp: fixed crashes in debug builds in the devnoclear branch (nw) --- src/devices/sound/okim6258.cpp | 1 + 1 file changed, 1 insertion(+) 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),