Merge pull request #657 from alyosha-tas/master

add states
This commit is contained in:
alyosha-tas 2016-06-30 18:35:00 -04:00 committed by GitHub
commit 0c875f1025
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");