Fixed flickering in Super Shanghai Dragon's Eye on girl presentation screens.

This commit is contained in:
Angelo Salese 2009-05-23 13:15:23 +00:00
parent 42abf3b0cc
commit fe07b30773

View File

@ -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