diff --git a/src/mame/video/hng64.c b/src/mame/video/hng64.c index cfa5652aaad..2a0d88d6c2b 100644 --- a/src/mame/video/hng64.c +++ b/src/mame/video/hng64.c @@ -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]; }