summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kikikai.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kikikai.cpp')
-rw-r--r--src/mame/video/kikikai.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kikikai.cpp b/src/mame/video/kikikai.cpp
index 3ed05c6a315..9105d1f23b8 100644
--- a/src/mame/video/kikikai.cpp
+++ b/src/mame/video/kikikai.cpp
@@ -4,7 +4,7 @@
#include "includes/kikikai.h"
-WRITE8_MEMBER(kikikai_state::main_bankswitch_w)
+void kikikai_state::main_bankswitch_w(uint8_t data)
{
if ((data & 7) > 5)
popmessage("Switching to invalid bank!");