This commit is contained in:
adelikat 2017-05-13 13:18:52 -05:00
parent caf9802412
commit 47f5a8237e
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{