summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exidy440.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exidy440.h')
-rw-r--r--src/mame/includes/exidy440.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/exidy440.h b/src/mame/includes/exidy440.h
index 046d1ed797c..e708c691720 100644
--- a/src/mame/includes/exidy440.h
+++ b/src/mame/includes/exidy440.h
@@ -63,6 +63,10 @@ public:
DECLARE_DRIVER_INIT(yukon);
DECLARE_DRIVER_INIT(exidy440);
DECLARE_DRIVER_INIT(claypign);
+ virtual void machine_start();
+ virtual void machine_reset();
+ DECLARE_VIDEO_START(exidy440);
+ DECLARE_VIDEO_START(topsecex);
};