summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/asterix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/asterix.h')
-rw-r--r--src/mame/includes/asterix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/asterix.h b/src/mame/includes/asterix.h
index 7dcce5c6f24..995fefb9af2 100644
--- a/src/mame/includes/asterix.h
+++ b/src/mame/includes/asterix.h
@@ -40,6 +40,8 @@ public:
DECLARE_WRITE16_MEMBER(asterix_spritebank_w);
DECLARE_READ8_MEMBER(asterix_sound_r);
DECLARE_DRIVER_INIT(asterix);
+ virtual void machine_start();
+ virtual void machine_reset();
};