summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vastar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vastar.h')
-rw-r--r--src/mame/includes/vastar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/vastar.h b/src/mame/includes/vastar.h
index c02a3941b0d..9337a88577e 100644
--- a/src/mame/includes/vastar.h
+++ b/src/mame/includes/vastar.h
@@ -79,9 +79,9 @@ private:
tilemap_t *m_bg2_tilemap;
DECLARE_WRITE_LINE_MEMBER(flip_screen_w);
- DECLARE_WRITE8_MEMBER(fgvideoram_w);
- DECLARE_WRITE8_MEMBER(bg1videoram_w);
- DECLARE_WRITE8_MEMBER(bg2videoram_w);
+ void fgvideoram_w(offs_t offset, uint8_t data);
+ void bg1videoram_w(offs_t offset, uint8_t data);
+ void bg2videoram_w(offs_t offset, uint8_t data);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_bg1_tile_info);