mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Fix vegas hang, nw
This commit is contained in:
parent
0e5d2ec788
commit
9b0876a95f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user