summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/microtan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/microtan.cpp')
-rw-r--r--src/mame/video/microtan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/microtan.cpp b/src/mame/video/microtan.cpp
index 3b7f70397ac..2a002cf04b9 100644
--- a/src/mame/video/microtan.cpp
+++ b/src/mame/video/microtan.cpp
@@ -18,7 +18,7 @@
#include "includes/microtan.h"
-WRITE8_MEMBER(microtan_state::videoram_w)
+void microtan_state::videoram_w(offs_t offset, uint8_t data)
{
if ((m_videoram[offset] != data) || (m_chunky_buffer[offset] != m_chunky_graphics))
{