summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/system1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/system1.cpp')
-rw-r--r--src/mame/video/system1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/system1.cpp b/src/mame/video/system1.cpp
index d6c3e0a3bdc..745bd7148da 100644
--- a/src/mame/video/system1.cpp
+++ b/src/mame/video/system1.cpp
@@ -340,7 +340,7 @@ WRITE8_MEMBER(system1_state::system1_paletteram_w)
}
else
{
- m_palette->write8(space, offset, data);
+ m_palette->write8(offset, data);
}
}