summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/darkmist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/darkmist.h')
-rw-r--r--src/mame/includes/darkmist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/darkmist.h b/src/mame/includes/darkmist.h
index 72451679dd0..4fe6841e92a 100644
--- a/src/mame/includes/darkmist.h
+++ b/src/mame/includes/darkmist.h
@@ -27,12 +27,13 @@ public:
TILE_GET_INFO_MEMBER(get_txttile_info);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_darkmist(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/darkmist.c -----------*/
-SCREEN_UPDATE_IND16( darkmist );
+