mirror of
https://github.com/holub/mame
synced 2025-07-08 19:31:59 +03:00
refix prev (nw)
This commit is contained in:
parent
9fc91a7878
commit
207da844b8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user