fix build error in c64

This commit is contained in:
zeromus 2016-02-22 23:44:18 -06:00
parent d01dd2a6c7
commit 1e26688c19
1 changed files with 1 additions and 1 deletions

View File

@ -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; } }
}
}