Update TI83.cs
This commit is contained in:
parent
b6934ed195
commit
22337474db
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue