summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tryout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tryout.h')
-rw-r--r--src/mame/includes/tryout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/tryout.h b/src/mame/includes/tryout.h
index a105af08149..464c821a1a7 100644
--- a/src/mame/includes/tryout.h
+++ b/src/mame/includes/tryout.h
@@ -34,6 +34,7 @@ public:
TILEMAP_MAPPER_MEMBER(get_bg_memory_offset);
virtual void video_start();
virtual void palette_init();
+ UINT32 screen_update_tryout(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
@@ -42,4 +43,4 @@ public:
-SCREEN_UPDATE_IND16( tryout );
+