summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/drgnmst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/drgnmst.h')
-rw-r--r--src/mame/includes/drgnmst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/drgnmst.h b/src/mame/includes/drgnmst.h
index 37bb0ec5f76..7a5fa2a023b 100644
--- a/src/mame/includes/drgnmst.h
+++ b/src/mame/includes/drgnmst.h
@@ -82,4 +82,5 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
void drgnmst(machine_config &config);
+ void drgnmst_main_map(address_map &map);
};