summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sshangha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sshangha.h')
-rw-r--r--src/mame/includes/sshangha.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/sshangha.h b/src/mame/includes/sshangha.h
index 9bc1ca6f3ae..344420ec948 100644
--- a/src/mame/includes/sshangha.h
+++ b/src/mame/includes/sshangha.h
@@ -72,4 +72,6 @@ public:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<palette_device> m_palette;
+ void sshanghb(machine_config &config);
+ void sshangha(machine_config &config);
};