summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/canyon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/canyon.cpp')
-rw-r--r--src/mame/video/canyon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/canyon.cpp b/src/mame/video/canyon.cpp
index 7e22b311ebe..a5ac16e9d64 100644
--- a/src/mame/video/canyon.cpp
+++ b/src/mame/video/canyon.cpp
@@ -10,7 +10,7 @@ Atari Canyon Bomber video emulation
#include "includes/canyon.h"
-WRITE8_MEMBER(canyon_state::canyon_videoram_w)
+void canyon_state::canyon_videoram_w(offs_t offset, uint8_t data)
{
m_videoram[offset] = data;
m_bg_tilemap->mark_tile_dirty(offset);