Update C64 VIC to fix MoonDust
This commit is contained in:
parent
2e519eda05
commit
f99f9847b4
|
@ -262,6 +262,8 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS
|
||||||
if (!_rasterInterruptTriggered)
|
if (!_rasterInterruptTriggered)
|
||||||
{
|
{
|
||||||
_rasterInterruptTriggered = true;
|
_rasterInterruptTriggered = true;
|
||||||
|
// interrupt needs to be enabled to be set to true
|
||||||
|
if (_enableIntRaster)
|
||||||
_intRaster = true;
|
_intRaster = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue