summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exidy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exidy.h')
-rw-r--r--src/mame/includes/exidy.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mame/includes/exidy.h b/src/mame/includes/exidy.h
index 0b3bb53f8c9..92381382593 100644
--- a/src/mame/includes/exidy.h
+++ b/src/mame/includes/exidy.h
@@ -84,16 +84,16 @@ public:
DECLARE_CUSTOM_INPUT_MEMBER(teetert_input_r);
- DECLARE_DRIVER_INIT(fax);
- DECLARE_DRIVER_INIT(sidetrac);
- DECLARE_DRIVER_INIT(pepper2);
- DECLARE_DRIVER_INIT(targ);
- DECLARE_DRIVER_INIT(rallys);
- DECLARE_DRIVER_INIT(mtrap);
- DECLARE_DRIVER_INIT(teetert);
- DECLARE_DRIVER_INIT(venture);
- DECLARE_DRIVER_INIT(spectar);
- DECLARE_DRIVER_INIT(phantoma);
+ void init_fax();
+ void init_sidetrac();
+ void init_pepper2();
+ void init_targ();
+ void init_rallys();
+ void init_mtrap();
+ void init_teetert();
+ void init_venture();
+ void init_spectar();
+ void init_phantoma();
virtual void video_start() override;
DECLARE_MACHINE_START(teetert);