summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/srumbler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/srumbler.h')
-rw-r--r--src/mame/includes/srumbler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/srumbler.h b/src/mame/includes/srumbler.h
index 8a5a45bfdea..941b7b4f635 100644
--- a/src/mame/includes/srumbler.h
+++ b/src/mame/includes/srumbler.h
@@ -33,7 +33,7 @@ private:
tilemap_t *m_fg_tilemap;
int m_scroll[4];
- DECLARE_WRITE8_MEMBER(bankswitch_w);
+ void bankswitch_w(uint8_t data);
DECLARE_WRITE8_MEMBER(foreground_w);
DECLARE_WRITE8_MEMBER(background_w);
DECLARE_WRITE8_MEMBER(_4009_w);