summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mermaid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mermaid.h')
-rw-r--r--src/mame/includes/mermaid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/mermaid.h b/src/mame/includes/mermaid.h
index 62b78871823..2b5fe569d79 100644
--- a/src/mame/includes/mermaid.h
+++ b/src/mame/includes/mermaid.h
@@ -102,4 +102,6 @@ public:
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
uint8_t collision_check( rectangle& rect );
DECLARE_WRITE_LINE_MEMBER(rougien_adpcm_int);
+ void rougien(machine_config &config);
+ void mermaid(machine_config &config);
};