summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vegaeo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vegaeo.cpp')
-rw-r--r--src/mame/drivers/vegaeo.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/vegaeo.cpp b/src/mame/drivers/vegaeo.cpp
index e51dde24ed0..5de1155a080 100644
--- a/src/mame/drivers/vegaeo.cpp
+++ b/src/mame/drivers/vegaeo.cpp
@@ -33,6 +33,11 @@ public:
{
}
+ void vega(machine_config &config);
+
+ void init_vegaeo();
+
+private:
required_device<generic_latch_8_device> m_soundlatch;
required_ioport m_system_io;
@@ -47,11 +52,9 @@ public:
DECLARE_WRITE8_MEMBER(qs1000_p2_w);
DECLARE_WRITE8_MEMBER(qs1000_p3_w);
- void init_vegaeo();
DECLARE_VIDEO_START(vega);
uint32_t screen_update_vega(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void vega(machine_config &config);
void vega_map(address_map &map);
};