mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
Revoke accidental commit
* added comment about possible fix gseeker "black continue screen"
This commit is contained in:
parent
8eecd6745c
commit
a0d4e2085a
@ -2410,7 +2410,10 @@ static void scanline_draw(running_machine *machine, bitmap_t *bitmap, const rect
|
||||
{
|
||||
if(alpha_type==1)
|
||||
{
|
||||
if (f3_alpha_level_2as==0 && f3_alpha_level_2ad==255) { alpha_mode[i]=3; alpha_mode_flag[i] |= 0x80;}
|
||||
/* if (f3_alpha_level_2as==0 && f3_alpha_level_2ad==255)
|
||||
* alpha_mode[i]=3; alpha_mode_flag[i] |= 0x80;}
|
||||
* will display continue screen in gseeker (mt 00026) */
|
||||
if (f3_alpha_level_2as==0 && f3_alpha_level_2ad==255) alpha_mode[i]=0;
|
||||
else if(f3_alpha_level_2as==255 && f3_alpha_level_2ad==0 ) alpha_mode[i]=1;
|
||||
}
|
||||
else if(alpha_type==2)
|
||||
|
Loading…
Reference in New Issue
Block a user