BizHawk/BizHawk.Emulation.Cores/Consoles/Atari/7800
alyosha-tas ab8449fd2d A7800: Pick Palette correctly
Fixes #757
2017-01-31 15:51:35 -05:00
..
Atari7800.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
Atari7800.IInputPollable.cs IInputPollable - Now with tabs instead of spaces. 2016-01-26 11:46:52 +01:00
Atari7800.IMemoryDomains.cs Break a bunch of memory domain stuff with pointless refactoring 2016-04-13 19:50:06 -04:00
Atari7800.ISaveRam.cs Atari 7800 - break up implementations into separate files and some other reorg 2014-11-30 16:01:01 +00:00
Atari7800.IStatable.cs Atari 2600/7800 - break off IStatable stuff 2014-11-30 17:10:36 +00:00
Atari7800.cs A7800: Pick Palette correctly 2017-01-31 15:51:35 -05:00
Atari7800Control.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