From fe07b30773f3c31721f153b4c75e15c00a335b44 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Sat, 23 May 2009 13:15:23 +0000 Subject: [PATCH] Fixed flickering in Super Shanghai Dragon's Eye on girl presentation screens. --- src/mame/video/sshangha.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/video/sshangha.c b/src/mame/video/sshangha.c index 78905f884bd..92845c13b4b 100644 --- a/src/mame/video/sshangha.c +++ b/src/mame/video/sshangha.c @@ -218,8 +218,8 @@ VIDEO_UPDATE( sshangha ) tilemap_set_scrolly( pf1_8x8_tilemap,0, sshangha_control_0[2] ); tilemap_set_scrolly( pf1_16x16_tilemap,0, sshangha_control_0[2] ); - if ((sshangha_control_0[5]&0x8000)==0) - bitmap_fill(bitmap,cliprect,get_black_pen(screen->machine)); + //if ((sshangha_control_0[5]&0x8000)==0) /* <- used on hot-b logo and girl presentation screens */ + bitmap_fill(bitmap,cliprect,get_black_pen(screen->machine)); /* Super Shanghai has a mode where the two tilemaps are combined to produce a 6bpp tilemap. We can't precompute this as any tiles can be