BizHawk/BizHawk.Emulation.Cores/Calculator
adelikat 8c12c5cbff do read/writes in the z80 core itself, refactor sms and ti83 to not use them on their end of the callback, fixes sms only having read/write callbacks on a few mappers 2015-01-24 20:57:37 +00:00
..
TI83.IDebuggable.cs Break off ITracer from IDebuggable, rename to ITraceable and make it an IEmulatorService, refactor things accordingly 2014-12-23 01:58:12 +00:00
TI83.IInputPollable.cs Move InputCallbackSystem from CoreComm to IInputPollable, and refactor all cores accordingly. Lua - OnInputPoll() - log to the user when attemping to add a callback of this type to a core that has not implemented input callbacks. Mark all unmanaged cores' implementations of the InputCallbackSystem as FeatureNotImpleented, won't have any effect on functionality, but will help us keep track of the fact that they still have a bit of work to do. Still todo: ActiveChanged event handler on the base implementation of IInputCallbackSystem 2014-12-04 00:43:12 +00:00
TI83.IMemoryDomains.cs TI83 - add a system bus memory domains and support disassembling. You can now debug your math homework! 2015-01-21 23:25:49 +00:00
TI83.ISettable.cs Break up TI83.cs into different files for different interface implementations, super useful commit 2014-11-23 16:58:43 +00:00
TI83.IStatable.cs Ti83 - nit picky reorg 2014-11-30 23:50:07 +00:00
TI83.cs do read/writes in the z80 core itself, refactor sms and ti83 to not use them on their end of the callback, fixes sms only having read/write callbacks on a few mappers 2015-01-24 20:57:37 +00:00
TI83LinkPort.cs TI83 - put Link Port class into its own file with a rename and some refactor 2014-11-23 17:04:22 +00:00