BizHawk/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA
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
..
ArmV4Disassembler.cs IDisassemblable changes. can't compile right now, so might not work 2014-12-14 17:17:22 +00:00
IGBAGPUViewable.cs GBA GPU Viewer - convert to using EmulatorServices 2014-12-13 23:46:12 +00:00
LibMeteor.cs Change project name BizHawk.Emulation to BizHawk.Emulation.Cores 2013-11-15 14:05:47 +00:00
LibVBANext.cs dang it, do a better job adding sram memdomain to vbanext 2016-04-18 21:46:16 -05:00
LibmGBA.cs Issue #735: Add sound channel toggling on mgba 2016-11-27 17:33:05 -05:00
MGBAHawk.cs Use the IController indexing property less in preparation for removing it from the interface. Replaced with its more explicity counter-part .IsPressed() 2016-12-14 12:42:15 -06:00
Meteor.IGBAGPUViewable.cs Specify the parameter for argument-based exceptions. Correct the parameter names of others. 2015-02-10 04:19:34 +00:00
Meteor.IMemoryDomains.cs Break a bunch of memory domain stuff with pointless refactoring 2016-04-13 19:50:06 -04:00
Meteor.ISaveRam.cs Meteor - break up into separate files 2015-01-17 19:32:45 +00:00
Meteor.IStatable.cs Meteor - break up into separate files 2015-01-17 19:32:45 +00:00
Meteor.IVideoProvider.cs Meteor - break up into separate files 2015-01-17 19:32:45 +00:00
Meteor.cs Use the IController indexing property less in preparation for removing it from the interface. Replaced with its more explicity counter-part .IsPressed() 2016-12-14 12:42:15 -06:00
VBANext.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
VBANext.IGBAGPUViewable.cs Specify the parameter for argument-based exceptions. Correct the parameter names of others. 2015-02-10 04:19:34 +00:00
VBANext.IMemoryDomains.cs dang it, do a better job adding sram memdomain to vbanext 2016-04-18 21:46:16 -05:00
VBANext.ISaveRam.cs VBANext - separate into separate files 2015-01-17 20:48:31 +00:00
VBANext.ISettings.cs VBANext - separate into separate files 2015-01-17 20:48:31 +00:00
VBANext.ISoundProvider.cs Major sound provider refactor. Create a unified interface ISoundProvider, that is an IEmulator service and break it off of IEmulator. IAsyncSoundProvider was kept as a shim for now, for legacy cores that were inherintly async. 2016-12-11 11:15:00 -06:00
VBANext.IStatable.cs VBANext - separate into separate files 2015-01-17 20:48:31 +00:00
VBANext.IVideoProvider.cs VBANext - separate into separate files 2015-01-17 20:48:31 +00:00
VBANext.cs Use the IController indexing property less in preparation for removing it from the interface. Replaced with its more explicity counter-part .IsPressed() 2016-12-14 12:42:15 -06:00
VBARegisterHelper.cs tracer unification for cores: spacing, headers, etc 2016-08-16 01:39:26 +03:00