summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sh4robot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sh4robot.cpp')
-rw-r--r--src/mame/drivers/sh4robot.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/sh4robot.cpp b/src/mame/drivers/sh4robot.cpp
index 0beaf1f83ac..66ff981bf09 100644
--- a/src/mame/drivers/sh4robot.cpp
+++ b/src/mame/drivers/sh4robot.cpp
@@ -42,9 +42,11 @@ public:
{ }
void sh4robot(machine_config &config);
+
+private:
void io_map(address_map &map);
void mem_map(address_map &map);
-private:
+
required_device<cpu_device> m_maincpu;
};