summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/goal92.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/goal92.h')
-rw-r--r--src/mame/includes/goal92.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/includes/goal92.h b/src/mame/includes/goal92.h
index 26e70ae57bb..8e71a631bdf 100644
--- a/src/mame/includes/goal92.h
+++ b/src/mame/includes/goal92.h
@@ -51,6 +51,8 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_goal92(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void screen_eof_goal92(screen_device &screen, bool state);
};
@@ -61,5 +63,5 @@ public:
-SCREEN_UPDATE_IND16( goal92 );
-SCREEN_VBLANK( goal92 );
+
+