Genesis vdp: small loadstate fix
This commit is contained in:
parent
32bc79be06
commit
b07008c7e7
|
@ -375,6 +375,8 @@ namespace BizHawk.Emulation.Consoles.Sega
|
||||||
ProcessPalette(i);
|
ProcessPalette(i);
|
||||||
for (int i = 0; i < VRAM.Length; i++)
|
for (int i = 0; i < VRAM.Length; i++)
|
||||||
UpdatePatternBuffer(i);
|
UpdatePatternBuffer(i);
|
||||||
|
for (int i = 0; i < Registers.Length; i++)
|
||||||
|
WriteVdpRegister(i, Registers[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue