summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/metalmx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/metalmx.h')
-rw-r--r--src/mame/includes/metalmx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/metalmx.h b/src/mame/includes/metalmx.h
index bbd9ceb3d83..382c20ead1f 100644
--- a/src/mame/includes/metalmx.h
+++ b/src/mame/includes/metalmx.h
@@ -46,4 +46,6 @@ public:
DECLARE_WRITE32_MEMBER(host_vram_w);
DECLARE_WRITE32_MEMBER(timer_w);
DECLARE_DRIVER_INIT(metalmx);
+ virtual void machine_reset();
+ virtual void video_start();
};