summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/irobot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/irobot.h')
-rw-r--r--src/mame/includes/irobot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/irobot.h b/src/mame/includes/irobot.h
index 5877c3ca3d2..ffda13271ff 100644
--- a/src/mame/includes/irobot.h
+++ b/src/mame/includes/irobot.h
@@ -105,4 +105,5 @@ public:
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
void irobot(machine_config &config);
+ void irobot_map(address_map &map);
};