Fix vegas hang, nw

This commit is contained in:
Ryan Holtz 2018-05-23 20:21:24 +02:00
parent 0e5d2ec788
commit 9b0876a95f

View File

@ -1631,9 +1631,6 @@ void dcs_audio_device::ack_w()
uint16_t dcs_audio_device::data_r()
{
if IS_OUTPUT_EMPTY()
return m_output_data;
/* data is actually only 8 bit (read from d8-d15, which is d0-d7 from the data access instructions POV) on early dcs, but goes 16 on later (seattle) */
if (m_last_output_full && !m_output_full_cb.isnull())
m_output_full_cb(m_last_output_full = 0);