diff --git a/BizHawk.Emulation/Computers/Commodore64/VicII.cs b/BizHawk.Emulation/Computers/Commodore64/VicII.cs index 0c37f5849e..8a9184c3b5 100644 --- a/BizHawk.Emulation/Computers/Commodore64/VicII.cs +++ b/BizHawk.Emulation/Computers/Commodore64/VicII.cs @@ -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;