summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/f1gp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/f1gp.h')
-rw-r--r--src/mame/includes/f1gp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/f1gp.h b/src/mame/includes/f1gp.h
index 479c0197110..3cb10178e52 100644
--- a/src/mame/includes/f1gp.h
+++ b/src/mame/includes/f1gp.h
@@ -101,4 +101,7 @@ public:
uint32_t screen_update_f1gpb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
uint32_t screen_update_f1gp2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void f1gpb_draw_sprites( screen_device &screen, bitmap_ind16 &bitmap,const rectangle &cliprect );
+ void f1gp2(machine_config &config);
+ void f1gpb(machine_config &config);
+ void f1gp(machine_config &config);
};