add states

This commit is contained in:
alyosha-tas 2016-06-30 18:34:28 -04:00 committed by GitHub
parent 88251911f7
commit e2b395cc3a
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
ser.Sync("Oam_Dma_Addr", ref oam_dma_addr);
ser.Sync("Oam_Dma_Byte", ref oam_dma_byte);
ser.Sync("Dmc_Dma_Exec", ref dmc_dma_exec);
ser.Sync("dmc_realign", ref dmc_realign);
ser.Sync("IRQ_delay", ref IRQ_delay);
ser.Sync("special_case_delay", ref special_case_delay);
ser.BeginSection("Board");