commodore64: fix sprite-data collision

This commit is contained in:
saxxonpike 2012-11-09 16:44:15 +00:00
parent cd7ab3b6f0
commit c0d4c9ec3a
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ namespace BizHawk.Emulation.Computers.Commodore64
regs.MxM[j] = true;
regs.IMMC = true;
}
if (dataForeground)
if (pixelBufferForeground[pixelBufferIndex])
{
regs.MxD[j] = true;
regs.IMBC = true;