From 89b4614fffa0e0052e4bc4effe6f52d1b5c40ad9 Mon Sep 17 00:00:00 2001 From: Zsolt Vasvari Date: Mon, 18 Feb 2008 00:24:17 +0000 Subject: [PATCH] Restores previous position of the background gfx. This may or may not be correct but, for now, fixes the black-on-black stage indicator letter --- src/mame/video/m52.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mame/video/m52.c b/src/mame/video/m52.c index 4691afb2a02..276ed26baef 100644 --- a/src/mame/video/m52.c +++ b/src/mame/video/m52.c @@ -310,6 +310,9 @@ static void draw_background(running_machine *machine, mame_bitmap *bitmap, const xpos += 128; + /* this may not be correct */ + ypos = ypos + (22 - 8); + drawgfx(bitmap, machine->gfx[image], 0, 0, flip_screen,