From 818b1d80168a3355fd044ad49c585a7ae39cf18d Mon Sep 17 00:00:00 2001 From: Asnivor Date: Wed, 26 Sep 2018 10:28:38 +0100 Subject: [PATCH] PCE: one small thing missed in the revert operation --- BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.cs b/BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.cs index dca61254e1..e348ae9ce1 100644 --- a/BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.cs +++ b/BizHawk.Emulation.Cores/Consoles/PC Engine/VDC.cs @@ -322,7 +322,6 @@ namespace BizHawk.Emulation.Cores.PCEngine ser.Sync("ScanLine", ref ScanLine); ser.Sync("BackgroundY", ref BackgroundY); - ser.Sync("latch_bgy", ref latch_bgy); ser.Sync("RCRCounter", ref RCRCounter); ser.Sync("ActiveLine", ref ActiveLine); ser.EndSection();