mirror of https://github.com/stella-emu/stella.git
![]() Debugger class. There will be a subsystem for each GUI debugger tab, and it will have responsibility for all thing related to that tab, eliminating a lot of code from Debugger class. Added RamDebug class, and changed the GUI RAM tab to use the new RamDebug subsystem. The prompt still uses the old method, which will have to be fixed. At that point, Debugger::(readRAM, writeRAM, ramChanged) can be eliminated. If the Debugger ever wants to access RAM related things, it should refer to RamDebug. Still TODO is create a CpuDebug subsystem, and turn the current TIADebug into a real subsystem. Cleaned up some redundant typedefs (changed AddrList/ValueList to IntArray). As well, we're moving away from having bspf stuff seeded throughout the system. Integer values will be stored/passed around as 'int', and truncated where necessary as close to the given method as possible. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@615 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba |
||
---|---|---|
CVSROOT | ||
stella |