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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/funworld.h b/src/mame/includes/funworld.h
index d1caa0ab380..752ebc2173b 100644
--- a/src/mame/includes/funworld.h
+++ b/src/mame/includes/funworld.h
@@ -52,7 +52,7 @@ protected:
virtual void machine_start() override { m_lamps.resolve(); }
virtual void video_start() override;
void funworld_palette(palette_device &palette) const;
- uint32_t screen_update_funworld(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ uint32_t screen_update_funworld(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TILE_GET_INFO_MEMBER(get_bg_tile_info);
void magicrd2_map(address_map &map);