trunk/src/mame/machine/midwayic.c
| r31572 | r31573 | |
| 808 | 808 | /* kludge alert: if we're reading this from the DCS CPU itself, and we recently cleared */ |
| 809 | 809 | /* the FIFO, and we're within 16 instructions of the read that cleared the FIFO, make */ |
| 810 | 810 | /* 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) |
| 812 | 812 | { |
| 813 | 813 | offs_t currpc = m_dcs_cpu->safe_pc(); |
| 814 | 814 | if (currpc >= m_fifo_force_buffer_empty_pc && currpc < m_fifo_force_buffer_empty_pc + 0x10) |