summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gumbo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gumbo.h')
-rw-r--r--src/mame/includes/gumbo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/gumbo.h b/src/mame/includes/gumbo.h
index f09488d11ed..c2f7886f8a7 100644
--- a/src/mame/includes/gumbo.h
+++ b/src/mame/includes/gumbo.h
@@ -31,4 +31,7 @@ public:
uint32_t screen_update_gumbo(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
+ void mspuzzle(machine_config &config);
+ void dblpoint(machine_config &config);
+ void gumbo(machine_config &config);
};