This commit is contained in:
James Groom 2019-03-09 00:07:30 +10:00 committed by GitHub
parent 5b552af5d5
commit bf423747a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem
if (ExtRam != null)
{
SyncByteArrayDomain("Cart (Volatile) RAM", Vdp.VRAM);
SyncByteArrayDomain("Cart (Volatile) RAM", ExtRam);
}
}