Make room for family basic
This commit is contained in:
parent
25ef1312aa
commit
5e9a6fef69
|
@ -63,6 +63,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
ser.Sync("cpu_step", ref cpu_step);
|
||||
ser.Sync("cpu_stepcounter", ref cpu_stepcounter);
|
||||
ser.Sync("cpu_deadcounter", ref cpu_deadcounter);
|
||||
ser.Sync("keyboard", ref _iskeyboard);
|
||||
|
||||
//oam related
|
||||
ser.Sync("Oam_Dma_Index", ref oam_dma_index);
|
||||
|
|
Loading…
Reference in New Issue