BizHawk/BizHawk.Emulation.Cores/Calculator
adelikat d8a204572d Add an IServiceProvider interface and make it a property of IEmulator, the purpose of this provider is to provide IEmulatorServices upon request. Make BasicServiceProvider and have all cores use it for now. BasicServiceProvider will return the core itself if the core itself is the requested type. He will also be able to return nested types (code not finished). Wired this up to the HasSavestates extension method (a method that has minimal value now) as a proof of concept. 2014-12-04 03:38:30 +00:00
..
TI83.IDebuggable.cs Break up TI83.cs into different files for different interface implementations, super useful commit 2014-11-23 16:58:43 +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 Break up TI83.cs into different files for different interface implementations, super useful commit 2014-11-23 16:58:43 +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 Add an IServiceProvider interface and make it a property of IEmulator, the purpose of this provider is to provide IEmulatorServices upon request. Make BasicServiceProvider and have all cores use it for now. BasicServiceProvider will return the core itself if the core itself is the requested type. He will also be able to return nested types (code not finished). Wired this up to the HasSavestates extension method (a method that has minimal value now) as a proof of concept. 2014-12-04 03:38:30 +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