summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/momoko.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/momoko.h')
-rw-r--r--src/mame/includes/momoko.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/momoko.h b/src/mame/includes/momoko.h
index e7c8874aa61..36a52861f40 100644
--- a/src/mame/includes/momoko.h
+++ b/src/mame/includes/momoko.h
@@ -43,6 +43,8 @@ public:
DECLARE_WRITE8_MEMBER(momoko_bg_select_w);
DECLARE_WRITE8_MEMBER(momoko_bg_priority_w);
DECLARE_WRITE8_MEMBER(momoko_flipscreen_w);
+ virtual void machine_start();
+ virtual void machine_reset();
};