summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/itech8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/itech8.cpp')
-rw-r--r--src/mame/video/itech8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/itech8.cpp b/src/mame/video/itech8.cpp
index 6218c6c8e5e..10122cc149c 100644
--- a/src/mame/video/itech8.cpp
+++ b/src/mame/video/itech8.cpp
@@ -165,7 +165,7 @@ void itech8_state::video_start()
WRITE8_MEMBER(itech8_state::palette_w)
{
- m_tlc34076->write(space, offset/2, data);
+ m_tlc34076->write(offset/2, data);
}