Commit graph

37 commits

Author SHA1 Message Date
Souryo
a55fbaa619 Fixed tooltip message 2016-02-13 23:14:56 -05:00
Souryo
700a71446b Debugger: Fixed issues with watch list and the "add to watch" shortcut 2016-02-13 23:13:44 -05:00
Souryo
63d2c2f9d3 UI: Changed all icons (to public domain ones) + redrew Mesen icon in blue. Hid/disabled some UI elements for things that are not implemented yet. 2016-02-11 18:34:55 -05:00
Souryo
4e9714ae51 UI: Fixed tab order (generic code) + Small fixes to some windows 2016-02-07 14:42:07 -05:00
Souryo
a732ef9f59 Debugger: Improved performance (reduced locking, etc.).
Also fixed a bug in GenerateOutput when cpu memory is mapped to prg ram (instead of rom)
2016-01-26 16:47:21 -05:00
Souryo
6d691e5cab Debugger: Fixed memory viewer crash 2016-01-19 20:26:11 -05:00
Souryo
b3a6447a94 BaseMapper - Support for both CHR ROM & RAM at once
Mapper 74, 119, 191, 192, 194, 195 support
2016-01-19 20:16:00 -05:00
Souryo
291931a1b0 HD Packs: Added option to enable/disable load of HD packs 2016-01-16 09:50:33 -05:00
Souryo
1424f255e4 Debugger: Fixed go to Reset/NMI shortcuts 2016-01-11 18:15:36 -05:00
Souryo
3b73bb8f83 Trace Logger (very basic, not finished) 2016-01-10 19:56:40 -05:00
Souryo
9658597e9f Debugger: Improved watch window (now allows expressions like conditional breakpoints) 2016-01-10 13:23:19 -05:00
Souryo
7d0b9e8dd5 Debugger - Added shortcuts to jump to NMI/IRQ/Reset vectors 2016-01-10 09:21:07 -05:00
Souryo
1f19a71dbc Breakpoints - GUI improvements 2016-01-10 00:33:33 -05:00
Souryo
a0d6e2d547 Debugger breakpoint improvements (Conditional breaks, vram breaks, absolute address breaks, etc.) 2016-01-09 13:15:43 -05:00
Souryo
8d020a2e72 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
Souryo
6b26c892ac Debugger - Show prg address & raw byte code options + Deadlock fixes 2015-08-21 22:42:44 -04:00
Souryo
deb34b6ce9 Debugger - Added "Set next statement" 2015-08-17 21:59:22 -04:00
Souryo
273c000c44 Debugger - Basic FCEUX CDL file support 2015-08-17 19:32:10 -04:00
Souryo
8b4104a4ca Debugger - Sprite viewer - Added background priority flag 2015-08-14 21:50:49 -04:00
Souryo
26f68486b7 Debugger - Split view window did not remove active address on run 2015-08-09 20:47:50 -04:00
Souryo
3b0ab71e92 Debugger - Memory viewer now shows changes in red (with mouseover tooltip) + Performance fixes 2015-08-09 18:24:24 -04:00
Souryo
cb8ec83408 Debugger - Added callstack 2015-08-09 14:47:27 -04:00
Souryo
2345f8949f Debugger - Fixed search highlight issues 2015-08-08 23:39:18 -04:00
Souryo
e15447d6a5 Debugger - Fixed arrow+home/end keys when typing search string 2015-08-08 22:41:16 -04:00
Souryo
7e5707a535 Debugger - PPU Viewer (Nametables, chr, sprites, palette) 2015-08-08 22:36:39 -04:00
Souryo
83d91d02c0 Fixed infinite loop issue with search box when textbox content shrinks 2015-08-06 23:04:55 -04:00
Souryo
0a7e1a9c32 Debugger - Added palette memory option to memory viewer 2015-08-05 21:43:53 -04:00
Souryo
1591c312cc Debugger - Added missing file 2015-08-05 20:40:24 -04:00
Souryo
a37354fbc1 Debugger - Added memory viewer (CPU, PPU, Sprite, PRG, CHR) 2015-08-05 20:40:10 -04:00
Souryo
f55436daf1 Debugger - Added arrow on current statement + Font size config 2015-08-04 19:50:57 -04:00
Souryo
4b9ab622ca Debugger - Search functionality (Ctrl-F, F3) 2015-08-03 21:53:46 -04:00
Souryo
fe2e70fe52 Debugger - Added Go To Address feature 2015-08-02 22:19:12 -04:00
Souryo
e7275cb3f7 Debugger - Wrote custom textbox for the display + Basic breakpoints (exec/read/write) 2015-08-02 19:27:02 -04:00
Souryo
841b1f576c Breakpoints in debugger (partial, can only add exec breakpoints) 2015-07-19 11:55:53 -04:00
Souryo
8bff3c7283 -Added control bindings to BaseConfigForm
-Remove icon from forms and added it generically to BaseForm (reduces .exe size greatly)
2015-07-05 19:03:57 -04:00
Souryo
e84ecbc972 Cheat code UI - not finished 2015-07-03 00:12:02 -04:00
Souryo
48409ae82b -Rewrote entire GUI in .NET
-Several other fixes (bugfixes, refactoring, etc.)
-Added a few more features to debugger
2015-07-01 23:17:14 -04:00