Souryo
|
e15c0e9851
|
Debugger: Fixed menu items default checked state when opening debugger
|
2016-12-06 23:22:33 -05:00 |
|
Souryo
|
f0f47d214a
|
Debugger: Fixed crash when minimizing debugger
|
2016-12-06 23:18:59 -05:00 |
|
Souryo
|
de5df89654
|
Debugger: Added resizable and collapsable panels for bottom and right panels
|
2016-12-06 22:50:27 -05:00 |
|
Souryo
|
e8c86804ac
|
Debugger: Replaced "Apply Changes" button with an "Undo" button instead - changes are automatically applied on the next instruction after changing them
|
2016-12-06 19:03:29 -05:00 |
|
Souryo
|
0ed5af5154
|
Replaced the "Stop" button with a "Power Cycle" option
|
2016-12-06 18:22:50 -05:00 |
|
Souryo
|
bb053a2c2b
|
Debugger: Fixed disassembly of unverified code causing real code to not be shown properly + prevented out-of-bound memory accesses
|
2016-12-06 17:59:16 -05:00 |
|
Souryo
|
8c9f32419c
|
Debugger: Options to disassemble unknown blocks and/or data
|
2016-12-05 23:35:07 -05:00 |
|
Souryo
|
048b10b8b5
|
Debugger: Fixed warning
|
2016-12-04 23:32:27 -05:00 |
|
Souryo
|
e562ab744b
|
Audio: Added an option to reduce popping sounds on the DMC channel (via $4011 writes)
|
2016-12-04 23:31:52 -05:00 |
|
Souryo
|
a37992e299
|
Audio: Fixed bug with stereo delay filter when changing sample rate (right channel is muted)
|
2016-12-04 22:52:39 -05:00 |
|
Souryo
|
cfada27612
|
Debugger: Fixed tile preview in nametable viewer
|
2016-12-04 15:21:43 -05:00 |
|
Souryo
|
5994bd46ae
|
Debugger: Changed function column header for call stack
|
2016-12-04 15:09:09 -05:00 |
|
Souryo
|
69ca41daae
|
Debugger: Fixed performance for nametable viewer grids
|
2016-12-04 15:08:53 -05:00 |
|
Souryo
|
9b5917cd31
|
Debugger: Added goto dropdown button for click access to nmi/irq/reset subs.
|
2016-12-04 14:12:49 -05:00 |
|
Souryo
|
fa59bbb362
|
Debugger: Allow display of PRG addresses/byte code on the same line
|
2016-12-04 14:02:22 -05:00 |
|
Souryo
|
63d1cac802
|
Debugger: Added address range option for breakpoints
|
2016-12-04 12:21:20 -05:00 |
|
Souryo
|
dd2d0697a0
|
Debugger: Removed leftover debug code
|
2016-12-04 12:16:30 -05:00 |
|
Souryo
|
c9b0329fa6
|
Debugger: Added "Toggle breakpoint" option in right-click menu
|
2016-12-04 12:16:12 -05:00 |
|
Souryo
|
8261e95f93
|
Debugger: Prevent adding breakpoints with invalid conditions
|
2016-12-04 11:40:31 -05:00 |
|
Souryo
|
52c1d160fe
|
Debugger: Prevent dummy reads from triggering breakpoints
|
2016-12-04 11:26:21 -05:00 |
|
Souryo
|
33ca8cb3f5
|
Debugger: Option to display opcodes in lower case
|
2016-12-04 11:16:44 -05:00 |
|
Souryo
|
29a3ac45e4
|
Debugger: Added "Sprite Index" to sprite viewer, prevent user from checking/unchecking boxes, modified layout
|
2016-12-04 10:59:22 -05:00 |
|
Souryo
|
7070a09ea8
|
Debugger: Added tile/attribute grid options to nametable viewer
|
2016-12-04 10:47:48 -05:00 |
|
Souryo
|
0df07aadc4
|
Debugger: Clicking on the main window will no longer pop up the debugger window over the ppu viewer/etc.
|
2016-12-04 10:30:15 -05:00 |
|
Souryo
|
eafb8cb1a3
|
Debugger: Fixed labels/layout
|
2016-12-04 10:29:36 -05:00 |
|
Souryo
|
25edec0e14
|
Debugger: Fixed sprite draw order in screen preview
|
2016-12-04 10:02:45 -05:00 |
|
Souryo
|
4a091b9e25
|
Debugger: Added break on power/reset option
|
2016-12-04 09:53:25 -05:00 |
|
Souryo
|
a3f9cde53b
|
Debugger: Added option to disable default labels/workspace
|
2016-12-04 09:43:43 -05:00 |
|
Souryo
|
b91676a98f
|
Debugger: Added option to break (or not) when debugger is opened
|
2016-12-04 09:37:01 -05:00 |
|
Souryo
|
d541457a57
|
Debugger: Updated some labels & instruction names, fixed layout slightly
|
2016-12-04 09:16:09 -05:00 |
|
Souryo
|
860989180d
|
Debugger: Fixed watch for internal ram/register labels
|
2016-12-03 10:46:59 -05:00 |
|
Souryo
|
3ae12e47d8
|
Debugger: Improved shortcuts (F2 to edit labels, etc), fixed tooltip remaining on screen in some cases.
|
2016-12-03 09:57:58 -05:00 |
|
Souryo
|
433ccd53a3
|
Debugger: Fixed multi-line comment alignment
|
2016-12-02 22:50:54 -05:00 |
|
Souryo
|
0f9b817976
|
Debugger: Fix label validation (now correctly prevents spaces, etc.)
|
2016-12-02 21:57:59 -05:00 |
|
Souryo
|
4b97345b8f
|
Debugger: Added screen preview in sprite viewer
|
2016-12-02 21:01:57 -05:00 |
|
Souryo
|
e10121368c
|
Debugger: Option to display PPU scroll in nametable viewer
|
2016-12-02 18:10:37 -05:00 |
|
Souryo
|
9d870294d6
|
Debugger: Improved performance when refreshing a large list of labels (e.g 3+k)
|
2016-12-01 21:45:12 -05:00 |
|
Souryo
|
da3cfdeeec
|
Debugger: Added option to automatically load DBG files when they are next to the rom file (same name, dbg extension)
|
2016-12-01 21:43:32 -05:00 |
|
Souryo
|
a86eaa0911
|
Debugger: Find All Occurrences search
|
2016-12-01 20:45:13 -05:00 |
|
Souryo
|
c1a6453343
|
Debugger: Memory access counters (read/write/exec/uninitialized read)
|
2016-12-01 19:38:48 -05:00 |
|
Souryo
|
825db35191
|
Debugger: Fixed a few refresh issues with PPU viewer
|
2016-11-29 20:44:22 -05:00 |
|
Souryo
|
671ef9e639
|
Debugger: Fixed horizontal scrolling issues with single-line comments
|
2016-11-28 22:58:16 -05:00 |
|
Souryo
|
111cf1cca1
|
Debugger: Added "Break in..." (cpu instructions/ppu cycles) window
|
2016-11-28 20:57:53 -05:00 |
|
Souryo
|
34ee1dd0d6
|
Debugger: Allow sort on label list + small tweaks
|
2016-11-28 20:33:27 -05:00 |
|
Souryo
|
0007ca3e40
|
Debugger: Trace logger performance improvements (3-4x faster than before)
|
2016-11-28 19:51:43 -05:00 |
|
Souryo
|
9bfdad8b9b
|
Debugger: Display labels in tooltips for addresses when a matching label exists
|
2016-11-27 21:05:15 -05:00 |
|
Souryo
|
7939f73f82
|
Debugger: Display byte & word values in tooltip
|
2016-11-27 20:59:33 -05:00 |
|
Souryo
|
2bd2932d43
|
Debugger: Fixed memory viewer header/data overlap
|
2016-11-27 20:47:13 -05:00 |
|
Souryo
|
ab9699207d
|
Debugger: Fixed mouseover tooltip for single-line comments
|
2016-11-27 20:44:57 -05:00 |
|
Souryo
|
44a40c5c2c
|
Debugger: Allow editing labels by right-clicking in code (+ other actions in rightclick available in margin)
|
2016-11-27 20:30:19 -05:00 |
|