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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/foodf.h b/src/mame/includes/foodf.h
index 8507ce5d069..f0f8f5e8972 100644
--- a/src/mame/includes/foodf.h
+++ b/src/mame/includes/foodf.h
@@ -43,4 +43,5 @@ public:
DECLARE_VIDEO_START(foodf);
uint32_t screen_update_foodf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
TIMER_DEVICE_CALLBACK_MEMBER(scanline_update_timer);
+ void foodf(machine_config &config);
};