AppleWin/source/Debugger
2021-03-07 13:11:22 +00:00
..
Debug.cpp Enable ConformanceMode in VS2019. (PR #923) 2021-02-10 21:05:00 +00:00
Debug.h Enable ConformanceMode in VS2019. (PR #923) 2021-02-10 21:05:00 +00:00
DebugDefs.h Debugger: BPMR & BPMW (PR #710) 2019-10-23 05:31:53 +09:00
Debugger_Assembler.cpp Debugger: fixes to wrap 16-bit addr (was resulting in AppleWin debugger crashes) 2021-02-07 16:58:11 +00:00
Debugger_Assembler.h Enable ConformanceMode in VS2019. (PR #923) 2021-02-10 21:05:00 +00:00
Debugger_Color.cpp Debugger: add red 'IRQ' after the v/h-pos when IRQ is being asserted to the 6502 2021-01-31 19:38:06 +00:00
Debugger_Color.h Debugger: add red 'IRQ' after the v/h-pos when IRQ is being asserted to the 6502 2021-01-31 19:38:06 +00:00
Debugger_Commands.cpp Remove usages of g_hFrameWindow and g_hInstance from core emulator files. And Resource related Win32 functions. (PR #915) 2021-01-19 20:37:43 +00:00
Debugger_Console.cpp Remove VirtualAlloc, VirtualFree & ZeroMemory. (PR #884) 2020-12-10 21:08:15 +00:00
Debugger_Console.h Added variadic variants of ConsolePrint(), ConsoleBufferPush() to make code cleaner. Also added ConsoleColorizePrint() and variants. 2016-12-29 12:07:54 -05:00
Debugger_DisassemblerData.cpp Enable ConformanceMode in VS2019. (PR #923) 2021-02-10 21:05:00 +00:00
Debugger_DisassemblerData.h
Debugger_Display.cpp Debugger: improve mem views for 6522 & AY8913 chips 2021-03-07 13:11:22 +00:00
Debugger_Display.h Debugger: minor clean-up: compiler warnings, unused variables etc (#840) 2020-10-01 19:55:29 +01:00
Debugger_Help.cpp Enable ConformanceMode in VS2019. (PR #923) 2021-02-10 21:05:00 +00:00
Debugger_Help.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Debugger_Parser.cpp Debugger: minor clean-up: compiler warnings, unused variables etc (#840) 2020-10-01 19:55:29 +01:00
Debugger_Parser.h
Debugger_Range.cpp
Debugger_Range.h
Debugger_Symbols.cpp Enable ConformanceMode in VS2019. (PR #923) 2021-02-10 21:05:00 +00:00
Debugger_Symbols.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Debugger_Types.h Enable ConformanceMode in VS2019. (PR #923) 2021-02-10 21:05:00 +00:00
Util_MemoryTextFile.cpp Remove VirtualAlloc, VirtualFree & ZeroMemory. (PR #884) 2020-12-10 21:08:15 +00:00
Util_MemoryTextFile.h Replace some char * with std::string. 2019-09-06 17:34:25 +01:00
Util_Text.h