summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/labyrunr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/labyrunr.cpp')
-rw-r--r--src/mame/drivers/labyrunr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/labyrunr.cpp b/src/mame/drivers/labyrunr.cpp
index 5309b55a80f..061f6b42247 100644
--- a/src/mame/drivers/labyrunr.cpp
+++ b/src/mame/drivers/labyrunr.cpp
@@ -34,7 +34,7 @@ INTERRUPT_GEN_MEMBER(labyrunr_state::labyrunr_timer_interrupt)
}
-WRITE8_MEMBER(labyrunr_state::labyrunr_bankswitch_w)
+void labyrunr_state::labyrunr_bankswitch_w(uint8_t data)
{
if (data & 0xe0) popmessage("bankswitch %02x", data);