summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xain.h')
-rw-r--r--src/mame/includes/xain.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/xain.h b/src/mame/includes/xain.h
index c8ebdc53cdc..9e0d6ff6af3 100644
--- a/src/mame/includes/xain.h
+++ b/src/mame/includes/xain.h
@@ -68,10 +68,11 @@ public:
TILE_GET_INFO_MEMBER(get_char_tile_info);
virtual void machine_start();
virtual void video_start();
+ UINT32 screen_update_xain(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/xain.c -----------*/
-SCREEN_UPDATE_IND16( xain );
+