summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/skullxbo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/skullxbo.cpp')
-rw-r--r--src/mame/video/skullxbo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/skullxbo.cpp b/src/mame/video/skullxbo.cpp
index dd0507fa1a1..f3497502bab 100644
--- a/src/mame/video/skullxbo.cpp
+++ b/src/mame/video/skullxbo.cpp
@@ -161,7 +161,7 @@ WRITE16_MEMBER( skullxbo_state::playfield_latch_w )
WRITE16_MEMBER(skullxbo_state::playfield_latched_w)
{
- m_playfield_tilemap->write16(space, offset, data, mem_mask);
+ m_playfield_tilemap->write16(offset, data, mem_mask);
if (m_playfield_latch != -1)
{
uint16_t oldval = m_playfield_tilemap->extmem_read(offset);