summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bigevglf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bigevglf.h')
-rw-r--r--src/mame/includes/bigevglf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/bigevglf.h b/src/mame/includes/bigevglf.h
index a951cb9d68d..2d7d7fa954b 100644
--- a/src/mame/includes/bigevglf.h
+++ b/src/mame/includes/bigevglf.h
@@ -89,6 +89,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_bigevglf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -100,6 +101,6 @@ public:
/*----------- defined in video/bigevglf.c -----------*/
-SCREEN_UPDATE_IND16( bigevglf );
+