summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gng.h')
-rw-r--r--src/mame/includes/gng.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/gng.h b/src/mame/includes/gng.h
index 9d7f4c53d1a..82ef523366a 100644
--- a/src/mame/includes/gng.h
+++ b/src/mame/includes/gng.h
@@ -54,4 +54,6 @@ public:
required_device_array<ym2203_device, 2> m_ym;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void gng(machine_config &config);
+ void diamond(machine_config &config);
};