summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/madalien.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/madalien.h')
-rw-r--r--src/mame/includes/madalien.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/madalien.h b/src/mame/includes/madalien.h
index edeb06a7111..473a9f2dc0b 100644
--- a/src/mame/includes/madalien.h
+++ b/src/mame/includes/madalien.h
@@ -49,6 +49,9 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(coin_inserted);
+protected:
+ virtual void video_start() override;
+
private:
required_shared_ptr<uint8_t> m_videoram;
required_shared_ptr<uint8_t> m_charram;
@@ -79,7 +82,6 @@ private:
TILE_GET_INFO_MEMBER(get_tile_info_BG_1);
TILE_GET_INFO_MEMBER(get_tile_info_BG_2);
TILE_GET_INFO_MEMBER(get_tile_info_FG);
- DECLARE_VIDEO_START(madalien);
void madalien_palette(palette_device &palette) const;
uint32_t screen_update_madalien(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
inline int scan_helper(int col, int row, int section);