diff options
Diffstat (limited to 'src/mame/drivers/srmp6.cpp')
-rw-r--r-- | src/mame/drivers/srmp6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/srmp6.cpp b/src/mame/drivers/srmp6.cpp index 2643a5ee1b6..587883e1d4a 100644 --- a/src/mame/drivers/srmp6.cpp +++ b/src/mame/drivers/srmp6.cpp @@ -525,7 +525,7 @@ WRITE16_MEMBER(srmp6_state::paletteram_w) { int brg = m_brightness & 0x7f; - m_palette->write16(space, offset, data, mem_mask); + m_palette->write16(offset, data, mem_mask); if (brg & 0x40) { |