summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/rampart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/rampart.c')
-rw-r--r--src/mame/video/rampart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/rampart.c b/src/mame/video/rampart.c
index ba48f956917..e5923de45d0 100644
--- a/src/mame/video/rampart.c
+++ b/src/mame/video/rampart.c
@@ -72,7 +72,7 @@ VIDEO_START_MEMBER(rampart_state,rampart)
*
*************************************/
-SCREEN_UPDATE_IND16( rampart )
+UINT32 rampart_state::screen_update_rampart(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
atarimo_rect_list rectlist;
bitmap_ind16 *mobitmap;