Genesis vdp: small loadstate fix

This commit is contained in:
beirich 2012-08-08 00:44:08 +00:00
parent 32bc79be06
commit b07008c7e7
1 changed files with 2 additions and 0 deletions

View File

@ -375,6 +375,8 @@ namespace BizHawk.Emulation.Consoles.Sega
ProcessPalette(i);
for (int i = 0; i < VRAM.Length; i++)
UpdatePatternBuffer(i);
for (int i = 0; i < Registers.Length; i++)
WriteVdpRegister(i, Registers[i]);
}
}
}