mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
Fixed flickering in Super Shanghai Dragon's Eye on girl presentation screens.
This commit is contained in:
parent
42abf3b0cc
commit
fe07b30773
@ -218,7 +218,7 @@ VIDEO_UPDATE( sshangha )
|
|||||||
tilemap_set_scrolly( pf1_8x8_tilemap,0, sshangha_control_0[2] );
|
tilemap_set_scrolly( pf1_8x8_tilemap,0, sshangha_control_0[2] );
|
||||||
tilemap_set_scrolly( pf1_16x16_tilemap,0, sshangha_control_0[2] );
|
tilemap_set_scrolly( pf1_16x16_tilemap,0, sshangha_control_0[2] );
|
||||||
|
|
||||||
if ((sshangha_control_0[5]&0x8000)==0)
|
//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));
|
bitmap_fill(bitmap,cliprect,get_black_pen(screen->machine));
|
||||||
|
|
||||||
/* Super Shanghai has a mode where the two tilemaps are combined to
|
/* Super Shanghai has a mode where the two tilemaps are combined to
|
||||||
|
Loading…
Reference in New Issue
Block a user