summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astropc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/astropc.cpp')
-rw-r--r--src/mame/drivers/astropc.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/astropc.cpp b/src/mame/drivers/astropc.cpp
index 65c45433ce1..810a97b111c 100644
--- a/src/mame/drivers/astropc.cpp
+++ b/src/mame/drivers/astropc.cpp
@@ -24,14 +24,15 @@ public:
{ }
void astropc(machine_config &config);
+
+ void init_astropc();
+
+private:
void astropc_io(address_map &map);
void astropc_map(address_map &map);
-protected:
// devices
required_device<cpu_device> m_maincpu;
-public:
- void init_astropc();
};
void astropc_state::astropc_map(address_map &map)