summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/retofinv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/retofinv.h')
-rw-r--r--src/mame/includes/retofinv.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/includes/retofinv.h b/src/mame/includes/retofinv.h
index 66d6402f714..670cc5658d4 100644
--- a/src/mame/includes/retofinv.h
+++ b/src/mame/includes/retofinv.h
@@ -34,6 +34,10 @@ public:
void retofinv(machine_config &config);
void retofinvb1(machine_config &config);
+protected:
+ virtual void machine_start() override;
+ virtual void video_start() override;
+
private:
DECLARE_WRITE8_MEMBER(cpu2_m6000_w);
DECLARE_READ8_MEMBER(cpu0_mf800_r);
@@ -64,9 +68,6 @@ private:
void sound_map(address_map &map);
void sub_map(address_map &map);
- virtual void machine_start() override;
- virtual void video_start() override;
-
void draw_sprites(bitmap_ind16 &bitmap);
required_device<cpu_device> m_maincpu;