summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/8080bw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/8080bw.h')
-rw-r--r--src/mame/includes/8080bw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/8080bw.h b/src/mame/includes/8080bw.h
index 143fb928b0f..0ed578644b3 100644
--- a/src/mame/includes/8080bw.h
+++ b/src/mame/includes/8080bw.h
@@ -123,10 +123,10 @@ public:
DECLARE_READ8_MEMBER(schaser_scattered_colorram_r);
DECLARE_WRITE8_MEMBER(schaser_scattered_colorram_w);
- DECLARE_DRIVER_INIT(invmulti);
- DECLARE_DRIVER_INIT(spacecom);
- DECLARE_DRIVER_INIT(vortex);
- DECLARE_DRIVER_INIT(attackfc);
+ void init_invmulti();
+ void init_spacecom();
+ void init_vortex();
+ void init_attackfc();
DECLARE_MACHINE_START(extra_8080bw);
DECLARE_MACHINE_START(rollingc);