summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/funworld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/funworld.h')
-rw-r--r--src/mame/includes/funworld.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h
index cc1619dac76..0c39ac93bdd 100644
--- a/src/mame/includes/funworld.h
+++ b/src/mame/includes/funworld.h
@@ -24,18 +24,18 @@ public:
DECLARE_READ8_MEMBER(funquiz_ay8910_a_r);
DECLARE_READ8_MEMBER(funquiz_ay8910_b_r);
DECLARE_READ8_MEMBER(chinatow_r_32f0);
- DECLARE_DRIVER_INIT(magicd2b);
- DECLARE_DRIVER_INIT(magicd2c);
- DECLARE_DRIVER_INIT(saloon);
- DECLARE_DRIVER_INIT(royalcdc);
- DECLARE_DRIVER_INIT(multiwin);
- DECLARE_DRIVER_INIT(mongolnw);
- DECLARE_DRIVER_INIT(soccernw);
- DECLARE_DRIVER_INIT(tabblue);
- DECLARE_DRIVER_INIT(dino4);
- DECLARE_DRIVER_INIT(ctunk);
- DECLARE_DRIVER_INIT(rcdino4);
- DECLARE_DRIVER_INIT(rcdinch);
+ void init_magicd2b();
+ void init_magicd2c();
+ void init_saloon();
+ void init_royalcdc();
+ void init_multiwin();
+ void init_mongolnw();
+ void init_soccernw();
+ void init_tabblue();
+ void init_dino4();
+ void init_ctunk();
+ void init_rcdino4();
+ void init_rcdinch();
TILE_GET_INFO_MEMBER(get_bg_tile_info);
DECLARE_VIDEO_START(funworld);
DECLARE_PALETTE_INIT(funworld);