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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h
index 0c39ac93bdd..19aff25804c 100644
--- a/src/mame/includes/funworld.h
+++ b/src/mame/includes/funworld.h
@@ -37,12 +37,12 @@ public:
void init_rcdino4();
void init_rcdinch();
TILE_GET_INFO_MEMBER(get_bg_tile_info);
- DECLARE_VIDEO_START(funworld);
+ void video_start_funworld() ATTR_COLD;
DECLARE_PALETTE_INIT(funworld);
- DECLARE_VIDEO_START(magicrd2);
- DECLARE_VIDEO_START(chinatow);
- DECLARE_MACHINE_START(lunapark);
- DECLARE_MACHINE_RESET(lunapark);
+ void video_start_magicrd2() ATTR_COLD;
+ void video_start_chinatow() ATTR_COLD;
+ void machine_start_lunapark() ATTR_COLD;
+ void machine_reset_lunapark();
uint32_t screen_update_funworld(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;