summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segahang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segahang.h')
-rw-r--r--src/mame/includes/segahang.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/segahang.h b/src/mame/includes/segahang.h
index 99ca2bfe618..aa6c1b235af 100644
--- a/src/mame/includes/segahang.h
+++ b/src/mame/includes/segahang.h
@@ -61,11 +61,11 @@ public:
INTERRUPT_GEN_MEMBER( i8751_main_cpu_vblank );
// game-specific driver init
- DECLARE_DRIVER_INIT(generic);
- DECLARE_DRIVER_INIT(sharrier);
- DECLARE_DRIVER_INIT(enduror);
- DECLARE_DRIVER_INIT(endurobl);
- DECLARE_DRIVER_INIT(endurob2);
+ void init_generic();
+ void init_sharrier();
+ void init_enduror();
+ void init_endurobl();
+ void init_endurob2();
// video updates
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);