summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/karnov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/karnov.cpp')
-rw-r--r--src/mame/video/karnov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/karnov.cpp b/src/mame/video/karnov.cpp
index ce267b1bfbb..0b6bdcd5a94 100644
--- a/src/mame/video/karnov.cpp
+++ b/src/mame/video/karnov.cpp
@@ -47,7 +47,7 @@ TILE_GET_INFO_MEMBER(karnov_state::get_bg_tile_info)
0);
}
-WRITE16_MEMBER(karnov_state::videoram_w)
+void karnov_state::videoram_w(offs_t offset, u16 data, u16 mem_mask)
{
COMBINE_DATA(&m_videoram[offset]);
m_fix_tilemap->mark_tile_dirty(offset);