mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
Fixed flickering in Super Shanghai Dragon's Eye on girl presentation screens.
This commit is contained in:
parent
42abf3b0cc
commit
fe07b30773
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user