BizHawk/BizHawk.Emulation.Common/Interfaces/Services
adelikat ab1a22bf31 add TotalExecutedCycles as an IDebuggable property, and implement it in cores with the information readily available (and throw NotImplementedExecptions in the remaining). wire the property up to lua with emu.totalexecutedcycles(). Stil todo - wire it up to the Debugger gui 2017-01-09 19:23:05 -06:00
..
ICodeDataLogger.cs Make an interface for CodeDataLog, and move CodeDataLog to Base Implementations 2016-12-16 11:33:02 -06:00
ICreateGameDBEntries.cs create an ICreateGameDBEntires specialized service and have Atari2600 implement it. Use this in the log window instead of sneaky reflection to access the method 2016-12-15 10:45:20 -06:00
IDebuggable.cs add TotalExecutedCycles as an IDebuggable property, and implement it in cores with the information readily available (and throw NotImplementedExecptions in the remaining). wire the property up to lua with emu.totalexecutedcycles(). Stil todo - wire it up to the Debugger gui 2017-01-09 19:23:05 -06:00
IDisassemblable.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
IDriveLight.cs better documentation of IEMulatorSErvices 2016-12-13 15:56:20 -06:00
IInputPollable.cs More documentaiton for IEmulatorServices, related classes/interfaces, and base implementations 2016-12-14 09:11:07 -06:00
ILinkable.cs More documentaiton for IEmulatorServices, related classes/interfaces, and base implementations 2016-12-14 09:11:07 -06:00
IMemoryDomains.cs More documentaiton for IEmulatorServices, related classes/interfaces, and base implementations 2016-12-14 09:11:07 -06:00
IRegionable.cs Add documentation to the Emulation.Common IEmulatorService interfaces 2016-03-01 21:10:50 -05:00
ISaveRam.cs More documentaiton for IEmulatorServices, related classes/interfaces, and base implementations 2016-12-14 09:11:07 -06:00
ISettable.cs better documentation of IEMulatorSErvices 2016-12-13 15:56:20 -06:00
ISoundProvider.cs better documentation of IEMulatorSErvices 2016-12-13 15:56:20 -06:00
IStatable.cs better documentation of IEMulatorSErvices 2016-12-13 15:56:20 -06:00
ITraceable.cs * add a new IToolForm update mechanism which has extensible update points (so a tool can both pre- and post- update) 2016-08-13 15:31:26 -05:00
IVideoProvider.cs better documentation of IEMulatorSErvices 2016-12-13 15:56:20 -06:00