summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rastan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rastan.h')
-rw-r--r--src/mame/includes/rastan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/rastan.h b/src/mame/includes/rastan.h
index 654f464576b..3601ba9a0a6 100644
--- a/src/mame/includes/rastan.h
+++ b/src/mame/includes/rastan.h
@@ -33,10 +33,11 @@ public:
DECLARE_WRITE8_MEMBER(rastan_msm5205_stop_w);
virtual void machine_start();
virtual void machine_reset();
+ UINT32 screen_update_rastan(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/rastan.c -----------*/
-SCREEN_UPDATE_IND16( rastan );
+