Previous 199869 Revisions Next

r31573 Saturday 9th August, 2014 at 15:27:05 UTC by Phil Bennett
05636: gauntleg, gauntdl, carnevil and clones: Missing streaming BGM/Sounds during gameplay [Phil Bennett]
[src/mame/machine]midwayic.c

trunk/src/mame/machine/midwayic.c
r31572r31573
808808   /* kludge alert: if we're reading this from the DCS CPU itself, and we recently cleared */
809809   /* the FIFO, and we're within 16 instructions of the read that cleared the FIFO, make */
810810   /* sure the FIFO clear bit is set */
811   if (m_fifo_force_buffer_empty_pc && m_has_dcs)// && device == m_dcs_cpu)
811   if (m_fifo_force_buffer_empty_pc && &space.device() == m_dcs_cpu)
812812   {
813813      offs_t currpc = m_dcs_cpu->safe_pc();
814814      if (currpc >= m_fifo_force_buffer_empty_pc && currpc < m_fifo_force_buffer_empty_pc + 0x10)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team