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.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/mame/includes/retofinv.h b/src/mame/includes/retofinv.h
index 516b0e4fa7f..8ec444170f2 100644
--- a/src/mame/includes/retofinv.h
+++ b/src/mame/includes/retofinv.h
@@ -24,6 +24,12 @@ public:
{
}
+ void retofinvb1_nomcu(machine_config &config);
+ void retofinvb_nomcu(machine_config &config);
+ void retofinv(machine_config &config);
+ void retofinvb1(machine_config &config);
+
+private:
DECLARE_WRITE8_MEMBER(cpu2_m6000_w);
DECLARE_READ8_MEMBER(cpu0_mf800_r);
DECLARE_WRITE8_MEMBER(soundcommand_w);
@@ -48,15 +54,11 @@ public:
INTERRUPT_GEN_MEMBER(main_vblank_irq);
INTERRUPT_GEN_MEMBER(sub_vblank_irq);
- void retofinvb1_nomcu(machine_config &config);
- void retofinvb_nomcu(machine_config &config);
- void retofinv(machine_config &config);
- void retofinvb1(machine_config &config);
void bootleg_map(address_map &map);
void main_map(address_map &map);
void sound_map(address_map &map);
void sub_map(address_map &map);
-protected:
+
virtual void machine_start() override;
virtual void video_start() override;