summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segaorun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segaorun.h')
-rw-r--r--src/mame/includes/segaorun.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/segaorun.h b/src/mame/includes/segaorun.h
index 544979e717f..c9d748429eb 100644
--- a/src/mame/includes/segaorun.h
+++ b/src/mame/includes/segaorun.h
@@ -69,10 +69,10 @@ public:
DECLARE_WRITE16_MEMBER( nop_w );
// game-specific driver init
- DECLARE_DRIVER_INIT(generic);
- DECLARE_DRIVER_INIT(outrun);
- DECLARE_DRIVER_INIT(outrunb);
- DECLARE_DRIVER_INIT(shangon);
+ void init_generic();
+ void init_outrun();
+ void init_outrunb();
+ void init_shangon();
// video updates
uint32_t screen_update_outrun(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);