summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/88games.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/88games.h')
-rw-r--r--src/mame/includes/88games.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/88games.h b/src/mame/includes/88games.h
index 92fd8278989..2e21faee9cf 100644
--- a/src/mame/includes/88games.h
+++ b/src/mame/includes/88games.h
@@ -44,6 +44,8 @@ public:
DECLARE_WRITE8_MEMBER(speech_msg_w);
DECLARE_READ8_MEMBER(k052109_051960_r);
DECLARE_WRITE8_MEMBER(k052109_051960_w);
+ virtual void machine_start();
+ virtual void machine_reset();
};