mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
3dom2: remove hack believed to have become obsolete, it caused extreme slowdowns during loading [David Haywood]
This commit is contained in:
parent
0e0082f530
commit
355e240b34
@ -1920,11 +1920,6 @@ TIMER_CALLBACK_MEMBER(m2_cde_device::next_dma)
|
||||
const uint32_t ch = (uint32_t)param;
|
||||
dma_channel &dma_ch = m_dma[ch];
|
||||
|
||||
// TODO: HACK!
|
||||
#if 1
|
||||
m_cpu1->set_cache_dirty();
|
||||
#endif
|
||||
|
||||
if (dma_ch.m_ccnt != 0)
|
||||
throw emu_fatalerror("m2_cde_device::next_dma: DMA count non-zero during next DMA");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user