summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rollrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rollrace.h')
-rw-r--r--src/mame/includes/rollrace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/rollrace.h b/src/mame/includes/rollrace.h
index c147800b7cd..74e802b5350 100644
--- a/src/mame/includes/rollrace.h
+++ b/src/mame/includes/rollrace.h
@@ -34,12 +34,13 @@ public:
DECLARE_WRITE8_MEMBER(rollrace_flipy_w);
DECLARE_WRITE8_MEMBER(rollrace_flipx_w);
virtual void palette_init();
+ UINT32 screen_update_rollrace(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in video/rollrace.c -----------*/
-SCREEN_UPDATE_IND16( rollrace );
+