From 5e9a6fef69144bf0789a22ceb9c34edf079e9bb1 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Wed, 7 Sep 2016 20:08:06 -0400 Subject: [PATCH] Make room for family basic --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IStatable.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IStatable.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IStatable.cs index 29bc7d39e3..ed36a60937 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IStatable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IStatable.cs @@ -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);