From bd9c4ed080fccade74132678cf35c9ab9b3c93bb Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Fri, 23 May 2008 06:22:53 +0000 Subject: [PATCH] Fix for MAMETesters 01690. [Fabio Priuli] (original message) From: Fabio Priuli [mailto:doge.fabio@gmail.com] Sent: Thursday, May 22, 2008 10:45 PM To: submit@mamedev.org Subject: fix for bug MT 01690 Hi, enclosed please find a one line change to fix graphical regression in goldstar.c games. I guess it's been a typo. Regards, Fabio Priuli p.s. diff'ed over 0.125u2 --- src/mame/video/goldstar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/goldstar.c b/src/mame/video/goldstar.c index 92f3ddb87de..ff69a211134 100644 --- a/src/mame/video/goldstar.c +++ b/src/mame/video/goldstar.c @@ -66,7 +66,7 @@ VIDEO_UPDATE( goldstar ) sx = offs % 64; sy = offs / 64; - drawgfx(bitmap,screen->machine->gfx[0], + drawgfx(tmpbitmap4,screen->machine->gfx[0], videoram[offs] + ((colorram[offs] & 0xf0) << 4), colorram[offs] & 0x0f, 0,0,