BizHawk/BizHawk.Emulation.Cores/Consoles/Atari/lynx
J.D. Purcell b53502eed8 Spaces -> tabs. 2017-04-15 16:37:30 -04: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 Spaces -> tabs. 2017-04-15 16:37:30 -04: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 Spaces -> tabs. 2017-04-15 16:37:30 -04:00
Lynx.IVideoProvider.cs Spaces -> tabs. 2017-04-15 16:37:30 -04: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