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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/srumbler.h b/src/mame/includes/srumbler.h
index 941b7b4f635..fee94871f84 100644
--- a/src/mame/includes/srumbler.h
+++ b/src/mame/includes/srumbler.h
@@ -34,10 +34,10 @@ private:
int m_scroll[4];
void bankswitch_w(uint8_t data);
- DECLARE_WRITE8_MEMBER(foreground_w);
- DECLARE_WRITE8_MEMBER(background_w);
- DECLARE_WRITE8_MEMBER(_4009_w);
- DECLARE_WRITE8_MEMBER(scroll_w);
+ void foreground_w(offs_t offset, uint8_t data);
+ void background_w(offs_t offset, uint8_t data);
+ void _4009_w(uint8_t data);
+ void scroll_w(offs_t offset, uint8_t data);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg_tile_info);