summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/quizdna.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/quizdna.h')
-rw-r--r--src/mame/includes/quizdna.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/quizdna.h b/src/mame/includes/quizdna.h
index 7ff554d8047..0f986dae3d2 100644
--- a/src/mame/includes/quizdna.h
+++ b/src/mame/includes/quizdna.h
@@ -24,12 +24,13 @@ public:
TILE_GET_INFO_MEMBER(get_bg_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
virtual void video_start();
+ UINT32 screen_update_quizdna(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/quizdna.c -----------*/
-SCREEN_UPDATE_IND16( quizdna );
+