mirror of
https://github.com/holub/mame
synced 2025-05-28 00:31:33 +03:00
hng64: fixed scrolling text in Buriki One attract mode [Angelo Salese]
This commit is contained in:
parent
7eafbc7326
commit
93768e08fd
@ -127,7 +127,7 @@ static void draw_sprites(running_machine *machine, bitmap_t *bitmap, const recta
|
||||
zoomx = 0x10000;
|
||||
zoomy = 0x10000;
|
||||
|
||||
if (source[3]&0x00800000) // maybe ..
|
||||
if (source[3]&0x00800000 || source[3]&0x00400000) // TODO: maybe anything that's above 0xf is 4bpp? buriki sets 0x40 on attract mode text
|
||||
{
|
||||
gfx= machine->gfx[4];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user