summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/digdug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/digdug.h')
-rw-r--r--src/mame/includes/digdug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/digdug.h b/src/mame/includes/digdug.h
index 6328da68541..848f19b211f 100644
--- a/src/mame/includes/digdug.h
+++ b/src/mame/includes/digdug.h
@@ -30,4 +30,6 @@ public:
DECLARE_WRITE8_MEMBER(bg_select_w);
DECLARE_WRITE_LINE_MEMBER(tx_color_mode_w);
DECLARE_WRITE_LINE_MEMBER(bg_disable_w);
+ void dzigzag(machine_config &config);
+ void digdug(machine_config &config);
};