From 207da844b8035ac26236ec146913e56088e8a1ce Mon Sep 17 00:00:00 2001 From: MetalliC <0vetal0@gmail.com> Date: Fri, 20 Mar 2020 01:45:28 +0200 Subject: refix prev (nw) --- src/devices/sound/upd7759.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/upd7759.cpp b/src/devices/sound/upd7759.cpp index b147dee439a..3cb175bcdd8 100644 --- a/src/devices/sound/upd7759.cpp +++ b/src/devices/sound/upd7759.cpp @@ -413,7 +413,7 @@ void upd775x_device::advance_state() * Depending on the state the chip was in just before the /MD was set to 0 (reset, standby * or just-finished-playing-previous-sample) this number can range from 35 up to ~24000). * It also varies slightly from test to test, but not much - a few cycles at most.) */ - m_clocks_left = 35 + m_start_delay; /* 35 - breaks cotton */ + m_clocks_left = 70 + m_start_delay; /* 35 - breaks cotton */ m_state = STATE_FIRST_REQ; break; -- cgit v1.2.3