summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xxmissio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xxmissio.h')
-rw-r--r--src/mame/includes/xxmissio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/xxmissio.h b/src/mame/includes/xxmissio.h
index 5e7adf9689a..43085134350 100644
--- a/src/mame/includes/xxmissio.h
+++ b/src/mame/includes/xxmissio.h
@@ -28,13 +28,14 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
virtual void machine_start();
virtual void video_start();
+ UINT32 screen_update_xxmissio(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/xxmissio.c -----------*/
-SCREEN_UPDATE_IND16( xxmissio );
+
DECLARE_WRITE8_DEVICE_HANDLER( xxmissio_scroll_x_w );
DECLARE_WRITE8_DEVICE_HANDLER( xxmissio_scroll_y_w );