AppleWin/source/Debugger
tomcw 5fdc879a05 Merge from branch 'NTSC_PreMerge':
1.26.0.1
. NTSC video modes (TV Color, TV B&W, Monitor Color, Monitor B&W)
. Full Screen using native resolution (not 640x480)

NB. 6502 emulation is slower now, which means disk loading (ie. full-speed) is slower.
. EG. Aztec.dsk: from F2 boot to "Press any key". (Release build, 50% "TV Color", not run in VS, VAIO laptop)
  ~4 secs: AppleWin 1.25.0.3 (built with VS2005)
  ~7 secs: AppleWin 1.26.0.1 (built with VS2008 or VS015)
2016-09-04 21:14:26 +01:00
..
Debug.cpp Merge from branch 'NTSC_PreMerge': 2016-09-04 21:14:26 +01:00
Debug.h Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
DebugDefs.h Created new DebugDefs.h for memory defs 2014-08-14 18:14:39 +01:00
Debugger_Assembler.cpp When FullSpeed: don't do cycle-accurate graphics update 2016-05-17 22:07:27 +01:00
Debugger_Assembler.h Debugger: Fix ASC overflowing _sOpCodes in FormatOpcodeBytes() 2014-08-28 16:52:41 -07:00
Debugger_Color.cpp Add VS2015 proj files & fix for building under VS2015 in Release (closes #296) 2016-03-24 22:55:36 +00:00
Debugger_Color.h Add VS2015 proj files & fix for building under VS2015 in Release (closes #296) 2016-03-24 22:55:36 +00:00
Debugger_Commands.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Debugger_Console.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Debugger_Console.h Add: CHC_INFO, CHC_PATH 2014-11-30 18:39:04 -08:00
Debugger_DisassemblerData.cpp Debugger 2.7.0.35 2014-09-01 09:49:55 -07:00
Debugger_DisassemblerData.h Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code 2014-08-14 20:29:01 +01:00
Debugger_Display.cpp Tidy-up for full-screen vars 2016-07-26 22:33:45 +01:00
Debugger_Display.h Bug #239 : Debugger 2.8.0.6: Ctrl-Print Screen while the debugger is active will copy the debugger text to the clipboard 2014-12-01 22:01:08 -08:00
Debugger_Help.cpp Manual merge from master @ c798157 2016-03-21 23:48:02 +00:00
Debugger_Help.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Debugger_Parser.cpp Cleanup: remove dead comments in debugger_parser.cpp 2014-09-08 12:15:37 -07:00
Debugger_Parser.h Move Util_* files into Debugger subfolder & update all vcproj files 2014-08-13 22:25:22 +01:00
Debugger_Range.cpp PCH refactor: remove non-system headers from stdafx.h 2014-08-13 21:30:35 +01:00
Debugger_Range.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Debugger_Symbols.cpp DEBUG: 2.8.0.5: FIX: Bug #244 -- print warning about duplicate symbol's address(es) aliasing existing ones 2014-11-30 18:58:15 -08:00
Debugger_Symbols.h Remove the top-level AppleWin folder 2014-05-23 22:59:02 +01:00
Debugger_Types.h Debugger: Added: ntsc save [filename], ntsc load [filename] 2015-01-08 12:15:19 -08:00
Util_MemoryTextFile.cpp Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code 2014-08-14 20:29:01 +01:00
Util_MemoryTextFile.h Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code 2014-08-14 20:29:01 +01:00
Util_Text.h Move Util_* files into Debugger subfolder & update all vcproj files 2014-08-13 22:25:22 +01:00