summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/orbit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/orbit.h')
-rw-r--r--src/mame/includes/orbit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/orbit.h b/src/mame/includes/orbit.h
index 152ea32f7f2..5fc00935ab9 100644
--- a/src/mame/includes/orbit.h
+++ b/src/mame/includes/orbit.h
@@ -43,6 +43,7 @@ public:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
+ UINT32 screen_update_orbit(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -58,5 +59,5 @@ DISCRETE_SOUND_EXTERN( orbit );
/*----------- defined in video/orbit.c -----------*/
-SCREEN_UPDATE_IND16( orbit );
+