summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alvg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alvg.cpp')
-rw-r--r--src/mame/drivers/alvg.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/alvg.cpp b/src/mame/drivers/alvg.cpp
index c9b31fb7c7e..150803c825a 100644
--- a/src/mame/drivers/alvg.cpp
+++ b/src/mame/drivers/alvg.cpp
@@ -13,16 +13,17 @@ public:
{ }
void alvg(machine_config &config);
+
+ void init_alvg();
+
+private:
void alvg_map(address_map &map);
-protected:
// devices
required_device<cpu_device> m_maincpu;
// driver_device overrides
virtual void machine_reset() override;
-public:
- void init_alvg();
};