refix prev (nw)

This commit is contained in:
MetalliC 2020-03-20 01:45:28 +02:00
parent 9fc91a7878
commit 207da844b8

View File

@ -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;