summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/galaxia.cpp')
-rw-r--r--src/mame/drivers/galaxia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galaxia.cpp b/src/mame/drivers/galaxia.cpp
index beff496823a..8e4c49b45a3 100644
--- a/src/mame/drivers/galaxia.cpp
+++ b/src/mame/drivers/galaxia.cpp
@@ -103,7 +103,7 @@ WRITE8_MEMBER(galaxia_state::galaxia_video_w)
{
// m_screen->update_partial(m_screen->vpos());
m_bg_tilemap->mark_tile_dirty(offset);
- cvs_video_or_color_ram_w(space, offset, data);
+ cvs_video_or_color_ram_w(offset, data);
}
WRITE8_MEMBER(galaxia_state::galaxia_scroll_w)