summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dynduke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dynduke.h')
-rw-r--r--src/mame/includes/dynduke.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/dynduke.h b/src/mame/includes/dynduke.h
index 7836ff3238c..7eb41612dba 100644
--- a/src/mame/includes/dynduke.h
+++ b/src/mame/includes/dynduke.h
@@ -40,10 +40,11 @@ public:
TILE_GET_INFO_MEMBER(get_fg_tile_info);
TILE_GET_INFO_MEMBER(get_tx_tile_info);
virtual void video_start();
+ UINT32 screen_update_dynduke(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/dynduke.c -----------*/
-SCREEN_UPDATE_IND16( dynduke );
+