summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/akaiax80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/akaiax80.cpp')
-rw-r--r--src/mame/drivers/akaiax80.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/akaiax80.cpp b/src/mame/drivers/akaiax80.cpp
index 612299bbd66..f2dd789a289 100644
--- a/src/mame/drivers/akaiax80.cpp
+++ b/src/mame/drivers/akaiax80.cpp
@@ -60,8 +60,10 @@ public:
{ }
void ax80(machine_config &config);
- void ax80_map(address_map &map);
+
private:
+ void ax80_map(address_map &map);
+
virtual void machine_reset() override;
required_device<upd7810_device> m_maincpu;
};