summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m57.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m57.h')
-rw-r--r--src/mame/includes/m57.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/m57.h b/src/mame/includes/m57.h
index e15f4549736..6c39ab3be9a 100644
--- a/src/mame/includes/m57.h
+++ b/src/mame/includes/m57.h
@@ -32,8 +32,8 @@ private:
/* video-related */
tilemap_t* m_bg_tilemap;
int m_flipscreen;
- DECLARE_WRITE8_MEMBER(m57_videoram_w);
- DECLARE_WRITE8_MEMBER(m57_flipscreen_w);
+ void m57_videoram_w(offs_t offset, uint8_t data);
+ void m57_flipscreen_w(uint8_t data);
TILE_GET_INFO_MEMBER(get_tile_info);
virtual void video_start() override;
void m57_palette(palette_device &palette) const;