summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mitchell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mitchell.cpp')
-rw-r--r--src/mame/video/mitchell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/mitchell.cpp b/src/mame/video/mitchell.cpp
index b92a66dd096..92c95ecc91f 100644
--- a/src/mame/video/mitchell.cpp
+++ b/src/mame/video/mitchell.cpp
@@ -241,7 +241,7 @@ logerror("PC %04x: pang_gfxctrl_w %02x\n",m_maincpu->pc(),data);
WRITE8_MEMBER(mitchell_state::pang_paletteram_w)
{
- m_palette->write8(space, offset + (m_paletteram_bank ? 0x800 : 0x000), data);
+ m_palette->write8(offset + (m_paletteram_bank ? 0x800 : 0x000), data);
}
READ8_MEMBER(mitchell_state::pang_paletteram_r)