summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mustache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mustache.h')
-rw-r--r--src/mame/includes/mustache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/mustache.h b/src/mame/includes/mustache.h
index fc55e34dcf6..bc4f9612cb0 100644
--- a/src/mame/includes/mustache.h
+++ b/src/mame/includes/mustache.h
@@ -43,9 +43,9 @@ private:
tilemap_t *m_bg_tilemap;
int m_control_byte;
- DECLARE_WRITE8_MEMBER(videoram_w);
- DECLARE_WRITE8_MEMBER(video_control_w);
- DECLARE_WRITE8_MEMBER(scroll_w);
+ void videoram_w(offs_t offset, uint8_t data);
+ void video_control_w(uint8_t data);
+ void scroll_w(uint8_t data);
TILE_GET_INFO_MEMBER(get_bg_tile_info);