summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/momoko.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/momoko.h')
-rw-r--r--src/mame/includes/momoko.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/momoko.h b/src/mame/includes/momoko.h
index 45dc70621a6..4ba77d4de0b 100644
--- a/src/mame/includes/momoko.h
+++ b/src/mame/includes/momoko.h
@@ -54,4 +54,5 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void momoko(machine_config &config);
};