mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00
05636: gauntleg, gauntdl, carnevil and clones: Missing streaming BGM/Sounds during gameplay [Phil Bennett]
This commit is contained in:
parent
06b437f10c
commit
a45fa0a4f8
@ -808,7 +808,7 @@ READ16_MEMBER(midway_ioasic_device::fifo_status_r)
|
|||||||
/* kludge alert: if we're reading this from the DCS CPU itself, and we recently cleared */
|
/* kludge alert: if we're reading this from the DCS CPU itself, and we recently cleared */
|
||||||
/* the FIFO, and we're within 16 instructions of the read that cleared the FIFO, make */
|
/* the FIFO, and we're within 16 instructions of the read that cleared the FIFO, make */
|
||||||
/* sure the FIFO clear bit is set */
|
/* sure the FIFO clear bit is set */
|
||||||
if (m_fifo_force_buffer_empty_pc && m_has_dcs)// && device == m_dcs_cpu)
|
if (m_fifo_force_buffer_empty_pc && &space.device() == m_dcs_cpu)
|
||||||
{
|
{
|
||||||
offs_t currpc = m_dcs_cpu->safe_pc();
|
offs_t currpc = m_dcs_cpu->safe_pc();
|
||||||
if (currpc >= m_fifo_force_buffer_empty_pc && currpc < m_fifo_force_buffer_empty_pc + 0x10)
|
if (currpc >= m_fifo_force_buffer_empty_pc && currpc < m_fifo_force_buffer_empty_pc + 0x10)
|
||||||
|
Loading…
Reference in New Issue
Block a user