oops
This commit is contained in:
parent
caf9802412
commit
47f5a8237e
|
@ -5,7 +5,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS
|
||||||
// ROM chips
|
// ROM chips
|
||||||
public sealed class Chip23128
|
public sealed class Chip23128
|
||||||
{
|
{
|
||||||
[SaveState.DoNotSave] private readonly int[] _rom;
|
private readonly int[] _rom;
|
||||||
|
|
||||||
public Chip23128()
|
public Chip23128()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue