From 47f5a8237e749876df5f749f7ded75e7c32b645c Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 13 May 2017 13:18:52 -0500 Subject: [PATCH] oops --- BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip23128.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip23128.cs b/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip23128.cs index a8e6f64ce4..5772386af1 100644 --- a/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip23128.cs +++ b/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip23128.cs @@ -5,7 +5,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS // ROM chips public sealed class Chip23128 { - [SaveState.DoNotSave] private readonly int[] _rom; + private readonly int[] _rom; public Chip23128() {