summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igspc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/igspc.cpp')
-rw-r--r--src/mame/drivers/igspc.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/igspc.cpp b/src/mame/drivers/igspc.cpp
index fd8c0955425..21aa054bafa 100644
--- a/src/mame/drivers/igspc.cpp
+++ b/src/mame/drivers/igspc.cpp
@@ -55,14 +55,16 @@ public:
{ }
void speeddrv(machine_config &config);
+
+ void init_speeddrv();
+
+private:
void speeddrv_io(address_map &map);
void speeddrv_map(address_map &map);
-protected:
// devices
required_device<cpu_device> m_maincpu;
public:
- void init_speeddrv();
};
void speeddrv_state::speeddrv_map(address_map &map)