VS updates

This commit is contained in:
alyosha-tas 2016-10-27 18:18:46 -04:00 committed by GitHub
parent 35ac71f350
commit e2e8c2cfc0
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
//VS related
ser.Sync("VS", ref _isVS);
ser.Sync("VS_2c05", ref _isVS2c05);
ser.Sync("VS_CHR", ref VS_chr_reg);
ser.Sync("VS_PRG", ref VS_prg_reg);
ser.Sync("VS_DIPS", ref VS_dips, false);