summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m58.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m58.h')
-rw-r--r--src/mame/includes/m58.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/m58.h b/src/mame/includes/m58.h
index 05f9b96166b..d8e8a73c89c 100644
--- a/src/mame/includes/m58.h
+++ b/src/mame/includes/m58.h
@@ -53,9 +53,9 @@ private:
tilemap_t* m_bg_tilemap;
bitmap_ind16 m_scroll_panel_bitmap;
- DECLARE_WRITE8_MEMBER(videoram_w);
- DECLARE_WRITE8_MEMBER(scroll_panel_w);
- DECLARE_WRITE8_MEMBER(flipscreen_w);
+ void videoram_w(offs_t offset, uint8_t data);
+ void scroll_panel_w(offs_t offset, uint8_t data);
+ void flipscreen_w(uint8_t data);
virtual void video_start() override;
void m58_palette(palette_device &palette) const;