Fix typo
This commit is contained in:
parent
5b552af5d5
commit
bf423747a5
|
@ -61,7 +61,7 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem
|
|||
|
||||
if (ExtRam != null)
|
||||
{
|
||||
SyncByteArrayDomain("Cart (Volatile) RAM", Vdp.VRAM);
|
||||
SyncByteArrayDomain("Cart (Volatile) RAM", ExtRam);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue