BizHawk/BizHawk.Emulation.Common/Base Implementations
adelikat 71f23f4886 nothing to see here 2015-06-11 13:13:11 +00:00
..
BasicServiceProvider.cs IEmulatorServiceProvider and BasicServiceProvider - restrict to IEmulatorServices 2015-01-23 20:55:13 +00:00
ControllerDefinition.cs fix an apple II controller crash problem introduced in r9264 2015-04-04 00:20:28 +00:00
InputCallbackSystem.cs fix logic error in Remove call on InputCallbackSystem 2014-12-04 22:31:42 +00:00
MemoryCallbackSystem.cs IMemoryCallbackSystem - add a flag to indicate whether execute callbacks are available, in lua and the debugger, take this flag into account, also improve some availability checking in Lua memory callbacks. Flag N64 as not having execute callbacks available 2015-01-25 22:14:58 +00:00
MemoryDomain.cs If a core has no system bus, default to main memory if SystemBus is requested, fixes cheat dialog from blowing up on a bunch of cores with no system bus defined 2015-03-05 01:07:31 +00:00
NullController.cs Emulation.Common - move Base Implementations out of the interfaces folder, never made sense to be there 2014-11-30 23:02:16 +00:00
NullEmulator.cs nothing to see here 2015-06-11 13:13:11 +00:00
NullSound.cs move NullSound to its own file, as it's not actually used in NullEmulator 2014-12-01 16:56:51 +00:00
TraceBuffer.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