summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/compgolf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/compgolf.h')
-rw-r--r--src/mame/includes/compgolf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/compgolf.h b/src/mame/includes/compgolf.h
index 09a63c9fe20..a317339707e 100644
--- a/src/mame/includes/compgolf.h
+++ b/src/mame/includes/compgolf.h
@@ -53,4 +53,5 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
void compgolf(machine_config &config);
+ void compgolf_map(address_map &map);
};