summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/labyrunr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/labyrunr.h')
-rw-r--r--src/mame/includes/labyrunr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/labyrunr.h b/src/mame/includes/labyrunr.h
index e486c65583e..7625f6ad015 100644
--- a/src/mame/includes/labyrunr.h
+++ b/src/mame/includes/labyrunr.h
@@ -29,6 +29,7 @@ public:
device_t *m_k007121;
required_device<cpu_device> m_maincpu;
+ DECLARE_WRITE8_MEMBER(labyrunr_bankswitch_w);
};