summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/4enraya.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/4enraya.cpp')
-rw-r--r--src/mame/video/4enraya.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/4enraya.cpp b/src/mame/video/4enraya.cpp
index 2af9b56bd1c..2c1229ea195 100644
--- a/src/mame/video/4enraya.cpp
+++ b/src/mame/video/4enraya.cpp
@@ -11,7 +11,7 @@
#include "emu.h"
#include "includes/4enraya.h"
-WRITE8_MEMBER(_4enraya_state::fenraya_videoram_w)
+void _4enraya_state::fenraya_videoram_w(offs_t offset, uint8_t data)
{
m_videoram[(offset & 0x3ff) * 2] = data;
m_videoram[(offset & 0x3ff) * 2 + 1] = (offset & 0xc00) >> 10;