mirror of
https://github.com/holub/mame
synced 2025-05-18 11:39:29 +03:00
Fixed MT Bugs:
04475: quizmeku: Missing gfx 03641: sspirits, gground: Only half of the game's frames are rendered. 03195: crkdown: graphic artifacts and speed drop during gameplay
This commit is contained in:
parent
a97cebe411
commit
fe6a5c5813
@ -637,7 +637,7 @@ void segas24_sprite::draw(bitmap_t *bitmap, const rectangle *cliprect, const int
|
||||
|
||||
curspr = source[0];
|
||||
type = curspr & 0xc000;
|
||||
curspr &= 0x03ff;
|
||||
curspr &= 0x1fff;
|
||||
|
||||
if(type == 0xc000)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user