mirror of
https://github.com/holub/mame
synced 2025-06-26 14:24:12 +03:00
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:
parent
95dd6ebae7
commit
bd9c4ed080
@ -66,7 +66,7 @@ VIDEO_UPDATE( goldstar )
|
|||||||
sx = offs % 64;
|
sx = offs % 64;
|
||||||
sy = offs / 64;
|
sy = offs / 64;
|
||||||
|
|
||||||
drawgfx(bitmap,screen->machine->gfx[0],
|
drawgfx(tmpbitmap4,screen->machine->gfx[0],
|
||||||
videoram[offs] + ((colorram[offs] & 0xf0) << 4),
|
videoram[offs] + ((colorram[offs] & 0xf0) << 4),
|
||||||
colorram[offs] & 0x0f,
|
colorram[offs] & 0x0f,
|
||||||
0,0,
|
0,0,
|
||||||
|
Loading…
Reference in New Issue
Block a user