BizHawk/BizHawk.Emulation.Cores/Consoles/Atari/lynx
adelikat 72a59087b5 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
..
LibLynx.cs lynx: memory domains. R/W: RAM, Save Ram. R: Cart A, Cart B. 2014-11-02 19:11:19 +00:00
Lynx.IInputPollable.cs IInputPollable - Make IsLagFrame settable 2016-01-26 11:34:42 +01:00
Lynx.IMemoryDomains.cs add ByteSize to MemoryDomain with a default of 1, set it to not 1 on appropriate domains (I probably missed some, or got some wrong). Have RamSearch use that instead of SystemInfo, remove ByteSize from SystemInfo since it is no longer needed 2015-02-22 15:19:38 +00:00
Lynx.ISaveRam.cs Lynx - break stuff up into separate files 2015-01-15 14:04:18 +00:00
Lynx.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
Lynx.IStatable.cs Lynx - break stuff up into separate files 2015-01-15 14:04:18 +00:00
Lynx.IVideoProvider.cs Lynx - break stuff up into separate files 2015-01-15 14:04:18 +00:00
Lynx.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