summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/markham.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/markham.h')
-rw-r--r--src/mame/includes/markham.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/markham.h b/src/mame/includes/markham.h
index e8a24ecac9e..ca78dec440e 100644
--- a/src/mame/includes/markham.h
+++ b/src/mame/includes/markham.h
@@ -37,4 +37,6 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
void markham(machine_config &config);
+ void markham_master_map(address_map &map);
+ void markham_slave_map(address_map &map);
};