summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/trackfld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/trackfld.h')
-rw-r--r--src/mame/includes/trackfld.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/trackfld.h b/src/mame/includes/trackfld.h
index d6199ad94c1..6882fd7fa83 100644
--- a/src/mame/includes/trackfld.h
+++ b/src/mame/includes/trackfld.h
@@ -65,6 +65,7 @@ public:
DECLARE_VIDEO_START(trackfld);
DECLARE_PALETTE_INIT(trackfld);
DECLARE_VIDEO_START(atlantol);
+ UINT32 screen_update_trackfld(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -73,6 +74,6 @@ public:
-SCREEN_UPDATE_IND16( trackfld );
+