summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/champbas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/champbas.cpp')
-rw-r--r--src/mame/video/champbas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/champbas.cpp b/src/mame/video/champbas.cpp
index 21d1963200a..67df4e28aa7 100644
--- a/src/mame/video/champbas.cpp
+++ b/src/mame/video/champbas.cpp
@@ -175,7 +175,7 @@ void exctsccr_state::video_start()
*
*************************************/
-WRITE8_MEMBER(champbas_state::tilemap_w)
+void champbas_state::tilemap_w(offs_t offset, uint8_t data)
{
m_vram[offset] = data;
m_bg_tilemap->mark_tile_dirty(offset & 0x3ff);