summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/argox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/argox.cpp')
-rw-r--r--src/mame/drivers/argox.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/argox.cpp b/src/mame/drivers/argox.cpp
index c74f57195aa..d24fde057ca 100644
--- a/src/mame/drivers/argox.cpp
+++ b/src/mame/drivers/argox.cpp
@@ -51,9 +51,12 @@ public:
m_maincpu(*this, "maincpu")
{ }
+ void os214(machine_config &config);
+
void init_os214();
+
+private:
required_device<cpu_device> m_maincpu;
- void os214(machine_config &config);
void os214_io_map(address_map &map);
void os214_prg_map(address_map &map);
};