summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hexion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hexion.h')
-rw-r--r--src/mame/includes/hexion.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/hexion.h b/src/mame/includes/hexion.h
index 8a7d76be4ed..63bead0f64c 100644
--- a/src/mame/includes/hexion.h
+++ b/src/mame/includes/hexion.h
@@ -24,6 +24,9 @@ public:
void hexion(machine_config &config);
void hexionb(machine_config &config);
+protected:
+ virtual void video_start() override;
+
private:
required_device<cpu_device> m_maincpu;
required_device<k053252_device> m_k053252;
@@ -55,8 +58,6 @@ private:
TIMER_DEVICE_CALLBACK_MEMBER(scanline);
- virtual void video_start() override;
-
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
inline void get_tile_info(tile_data &tileinfo,int tile_index,uint8_t *ram);
void hexion_map(address_map &map);