Update TI83.cs

This commit is contained in:
alyosha-tas 2017-10-25 19:16:05 -04:00 committed by GitHub
parent b6934ed195
commit 22337474db
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ namespace BizHawk.Emulation.Cores.Calculators
PutSettings((TI83Settings)settings ?? new TI83Settings());
CoreComm = comm;
_cpu.FetchMemory = ReadMemory;
_cpu.ReadMemory = ReadMemory;
_cpu.WriteMemory = WriteMemory;
_cpu.ReadHardware = ReadHardware;
@ -511,4 +512,4 @@ namespace BizHawk.Emulation.Cores.Calculators
_displayX = _displayY = 0;
}
}
}
}