Mesen-X/GUI.NET/Debugger/Controls
2016-11-22 22:38:14 -05:00
..
BaseScrollableTextboxUserControl.cs Debugger: Save all settings, breakpoints and watch entries to config file 2016-06-04 14:43:13 -04:00
ctrlAddressList.cs Cheats: Added basic cheat code finder tool 2016-08-25 19:02:33 -04:00
ctrlAddressList.Designer.cs Cheats: Added basic cheat code finder tool 2016-08-25 19:02:33 -04:00
ctrlAddressList.resx Cheats: Added basic cheat code finder tool 2016-08-25 19:02:33 -04:00
ctrlBreakpoints.cs Debugger: Preserve breakpoint list scroll position when disabling/enabling breakpoints 2016-11-14 22:33:59 -05:00
ctrlBreakpoints.Designer.cs Debugger: Fixed crash when toggling breakpoints after closing & reopening the debugger 2016-11-22 00:22:25 -05:00
ctrlBreakpoints.resx Debugger - Wrote custom textbox for the display + Basic breakpoints (exec/read/write) 2015-08-02 19:27:02 -04:00
ctrlCallstack.cs Debugger: Labels/comments now work with built-in ram, work ram and save ram 2016-11-22 22:38:14 -05:00
ctrlCallstack.Designer.cs Debugger: Callstack improvements (uses function labels when possible, shows NMI/IRQ calls, etc.) 2016-11-22 00:14:49 -05:00
ctrlCallstack.resx Debugger - Added callstack 2015-08-09 14:47:27 -04:00
ctrlChrViewer.cs Debugger: Chr viewer tweaks 2016-09-05 16:34:01 -04:00
ctrlChrViewer.Designer.cs Debugger: Chr viewer tweaks 2016-09-05 16:34:01 -04:00
ctrlChrViewer.resx Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
ctrlConsoleStatus.cs Accuracy improvements (Fixed several tests: nmi_timing, nmi_and_brk, nmi_and_irq, irq_and_dma, sprdma_and_dmc_dma, sprdma_and_dmc_dma512, branch_delays_irq) 2016-01-02 13:52:55 -05:00
ctrlConsoleStatus.Designer.cs Accuracy improvements (Fixed several tests: nmi_timing, nmi_and_brk, nmi_and_irq, irq_and_dma, sprdma_and_dmc_dma, sprdma_and_dmc_dma512, branch_delays_irq) 2016-01-02 13:52:55 -05:00
ctrlConsoleStatus.resx -Rewrote entire GUI in .NET 2015-07-01 23:17:14 -04:00
ctrlDebuggerCode.cs Debugger: Labels/comments now work with built-in ram, work ram and save ram 2016-11-22 22:38:14 -05:00
ctrlDebuggerCode.Designer.cs Debugger: Ability to add labels/symbols & comments to code (work in progress) 2016-11-21 22:34:47 -05:00
ctrlDebuggerCode.resx Breakpoints - GUI improvements 2016-01-10 00:33:33 -05:00
ctrlFunctionList.cs Debugger: Labels/comments now work with built-in ram, work ram and save ram 2016-11-22 22:38:14 -05:00
ctrlFunctionList.Designer.cs Debugger: Added function list (based on JSR calls) 2016-11-20 13:15:37 -05:00
ctrlFunctionList.resx Debugger: Added function list (based on JSR calls) 2016-11-20 13:15:37 -05:00
ctrlHexViewer.cs Debugger: Allow export/import of memory to/from files 2016-09-05 09:05:34 -04:00
ctrlHexViewer.Designer.cs Debugger: Save all settings, breakpoints and watch entries to config file 2016-06-04 14:43:13 -04:00
ctrlHexViewer.resx Debugger - Memory viewer now shows changes in red (with mouseover tooltip) + Performance fixes 2015-08-09 18:24:24 -04:00
ctrlLabelList.cs Debugger: Labels/comments now work with built-in ram, work ram and save ram 2016-11-22 22:38:14 -05:00
ctrlLabelList.Designer.cs Debugger: Ability to add labels/symbols & comments to code (work in progress) 2016-11-21 22:34:47 -05:00
ctrlLabelList.resx Debugger: Ability to add labels/symbols & comments to code (work in progress) 2016-11-21 22:34:47 -05:00
ctrlMemoryMapping.cs Debugger: Minor tweaks to main window 2016-09-05 16:48:20 -04:00
ctrlNametableViewer.cs Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
ctrlNametableViewer.Designer.cs Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
ctrlNametableViewer.resx Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
ctrlPaletteViewer.cs Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
ctrlPaletteViewer.Designer.cs Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
ctrlPaletteViewer.resx Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
ctrlScrollableTextbox.cs Debugger: Ability to add labels/symbols & comments to code (work in progress) 2016-11-21 22:34:47 -05:00
ctrlScrollableTextbox.designer.cs Debugger - Added memory viewer (CPU, PPU, Sprite, PRG, CHR) 2015-08-05 20:40:10 -04:00
ctrlScrollableTextbox.resx Debugger - Wrote custom textbox for the display + Basic breakpoints (exec/read/write) 2015-08-02 19:27:02 -04:00
ctrlSpriteViewer.cs Debugger - Sprite viewer - Added background priority flag 2015-08-14 21:50:49 -04:00
ctrlSpriteViewer.Designer.cs Debugger - Sprite viewer - Added background priority flag 2015-08-14 21:50:49 -04:00
ctrlSpriteViewer.resx Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
ctrlTextbox.cs Debugger: Ability to add labels/symbols & comments to code (work in progress) 2016-11-21 22:34:47 -05:00
ctrlTextbox.Designer.cs Debugger - Wrote custom textbox for the display + Basic breakpoints (exec/read/write) 2015-08-02 19:27:02 -04:00
ctrlWatch.cs Debugger: Cycle-by-cycle PPU debugging 2016-06-04 15:38:48 -04:00
ctrlWatch.Designer.cs Debugger: Fixed issues with watch list and the "add to watch" shortcut 2016-02-13 23:13:44 -05:00
ctrlWatch.resx -Rewrote entire GUI in .NET 2015-07-01 23:17:14 -04:00