summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/foodf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/foodf.h')
-rw-r--r--src/mame/includes/foodf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/foodf.h b/src/mame/includes/foodf.h
index 5e18a461772..315e6a55362 100644
--- a/src/mame/includes/foodf.h
+++ b/src/mame/includes/foodf.h
@@ -35,10 +35,11 @@ public:
DECLARE_MACHINE_START(foodf);
DECLARE_MACHINE_RESET(foodf);
DECLARE_VIDEO_START(foodf);
+ UINT32 screen_update_foodf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/foodf.c -----------*/
-SCREEN_UPDATE_IND16( foodf );
+