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
This commit is contained in:
Roberto Fresca 2008-05-23 06:22:53 +00:00
parent 95dd6ebae7
commit bd9c4ed080

View File

@ -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,