summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cloak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cloak.h')
-rw-r--r--src/mame/includes/cloak.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/cloak.h b/src/mame/includes/cloak.h
index fa368e062da..8205ef9134d 100644
--- a/src/mame/includes/cloak.h
+++ b/src/mame/includes/cloak.h
@@ -60,4 +60,6 @@ public:
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
void cloak(machine_config &config);
+ void master_map(address_map &map);
+ void slave_map(address_map &map);
};