From 93768e08fdfb2dde17bc1fd21b751e39d83a0057 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Mon, 23 Nov 2009 19:26:09 +0000 Subject: [PATCH] hng64: fixed scrolling text in Buriki One attract mode [Angelo Salese] --- src/mame/video/hng64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }