summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/konami/3dom2.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/konami/3dom2.cpp b/src/mame/konami/3dom2.cpp
index 02987cecfee..24663e49324 100644
--- a/src/mame/konami/3dom2.cpp
+++ b/src/mame/konami/3dom2.cpp
@@ -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");