fix build error in c64
This commit is contained in:
parent
d01dd2a6c7
commit
1e26688c19
|
@ -154,6 +154,6 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64.MOS
|
|||
[SaveState.DoNotSave] private IMemoryCallbackSystem _memoryCallbacks = new MemoryCallbackSystem();
|
||||
|
||||
[SaveState.DoNotSave]
|
||||
IMemoryCallbackSystem IDebuggable.MemoryCallbacks { get; }
|
||||
IMemoryCallbackSystem IDebuggable.MemoryCallbacks { get { return _memoryCallbacks; } }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue