summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xyonix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xyonix.h')
-rw-r--r--src/mame/includes/xyonix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/xyonix.h b/src/mame/includes/xyonix.h
index d55177f34d8..5e46c152b94 100644
--- a/src/mame/includes/xyonix.h
+++ b/src/mame/includes/xyonix.h
@@ -19,6 +19,7 @@ public:
TILE_GET_INFO_MEMBER(get_xyonix_tile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_xyonix(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -26,4 +27,4 @@ public:
-SCREEN_UPDATE_IND16(xyonix);
+