summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tmc2000e.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tmc2000e.cpp')
-rw-r--r--src/mame/drivers/tmc2000e.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tmc2000e.cpp b/src/mame/drivers/tmc2000e.cpp
index cb1dc369546..c7ace3a7525 100644
--- a/src/mame/drivers/tmc2000e.cpp
+++ b/src/mame/drivers/tmc2000e.cpp
@@ -257,7 +257,7 @@ WRITE8_MEMBER( tmc2000e_state::dma_w )
m_color = (m_colorram[offset & 0x3ff]) & 0x07; // 0x04 = R, 0x02 = B, 0x01 = G
m_cti->con_w(0); // HACK
- m_cti->dma_w(space, offset, data);
+ m_cti->dma_w(data);
}