summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vector06.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vector06.h')
-rw-r--r--src/mame/includes/vector06.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/vector06.h b/src/mame/includes/vector06.h
index 6023fcd06fd..2e0edd213c3 100644
--- a/src/mame/includes/vector06.h
+++ b/src/mame/includes/vector06.h
@@ -55,6 +55,9 @@ public:
m_reset(*this, "RESET")
{ }
+ void vector06(machine_config &config);
+
+private:
DECLARE_FLOPPY_FORMATS(floppy_formats);
DECLARE_READ8_MEMBER(vector06_8255_portb_r);
@@ -80,10 +83,9 @@ public:
TIMER_CALLBACK_MEMBER(reset_check_callback);
IRQ_CALLBACK_MEMBER(vector06_irq_callback);
- void vector06(machine_config &config);
void vector06_io(address_map &map);
void vector06_mem(address_map &map);
-private:
+
required_device<cpu_device> m_maincpu;
required_device<speaker_sound_device> m_speaker;
required_device<cassette_image_device> m_cassette;