BizHawk/BizHawk.Emulation.Cores/Consoles/Atari/2600
adelikat d08fb39cb8 Refactor IDebuggable StepInto/Over/Out methods into void Step(StepType type); 2014-12-15 22:19:10 +00:00
..
Mappers More extension reorg 2014-07-03 17:23:03 +00:00
Tia Atari 2600: Fixed PlayField Score flag not being set. 2014-08-29 20:09:08 +00:00
Atari2600.Core.cs MemoryCallbackSystem - simplify by having a single Add method with a MemoryCallbackType parameter, and some simplifying of client code as a result 2014-12-07 18:53:56 +00:00
Atari2600.IDebuggable.cs Refactor IDebuggable StepInto/Over/Out methods into void Step(StepType type); 2014-12-15 22:19:10 +00:00
Atari2600.IInputPollable.cs Move InputCallbackSystem from CoreComm to IInputPollable, and refactor all cores accordingly. Lua - OnInputPoll() - log to the user when attemping to add a callback of this type to a core that has not implemented input callbacks. Mark all unmanaged cores' implementations of the InputCallbackSystem as FeatureNotImpleented, won't have any effect on functionality, but will help us keep track of the fact that they still have a bit of work to do. Still todo: ActiveChanged event handler on the base implementation of IInputCallbackSystem 2014-12-04 00:43:12 +00:00
Atari2600.IMemoryDomains.cs Atari 2600 - code refactoring, separating out memory domain code to its own file, no functionality changes 2014-09-01 20:12:45 +00:00
Atari2600.ISettable.cs Atari 2600 - break off IDebuggable stuff to its own file 2014-11-23 17:14:40 +00:00
Atari2600.IStatable.cs Atari 2600/7800 - break off IStatable stuff 2014-11-30 17:10:36 +00:00
Atari2600.RomHeuristics.cs Convert some more util methods to extension methods 2014-07-03 19:05:56 +00:00
Atari2600.cs mark cores that would not ever use IDriveLight, a bit silly, but it keeps the feature list clean and that's currently my only source of sanity with keeping up with what needs to be done 2014-12-12 01:58:12 +00:00
M6532.cs Atari 2600 - another round of cleanup and reorg 2014-04-05 14:57:26 +00:00