summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tutankhm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tutankhm.h')
-rw-r--r--src/mame/includes/tutankhm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/tutankhm.h b/src/mame/includes/tutankhm.h
index 7a9d6d8cd60..c826e72db71 100644
--- a/src/mame/includes/tutankhm.h
+++ b/src/mame/includes/tutankhm.h
@@ -31,10 +31,11 @@ public:
DECLARE_WRITE8_MEMBER(tutankhm_flip_screen_y_w);
DECLARE_MACHINE_START(tutankhm);
DECLARE_MACHINE_RESET(tutankhm);
+ UINT32 screen_update_tutankhm(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/tutankhm.c -----------*/
-SCREEN_UPDATE_RGB32( tutankhm );
+