Souryo
4ffebdb4e0
Debugger: Ability to add labels/symbols & comments to code (work in progress)
2016-11-21 22:34:47 -05:00
Souryo
1215b3e813
Debugger: Added function list (based on JSR calls)
2016-11-20 13:15:37 -05:00
Souryo
ebd5fd318c
Debugger: Added option to view the result of the addressing logic for indirect/absolute addressing modes
2016-11-19 19:21:28 -05:00
Souryo
d38c7bd735
Debugger: (Refactoring) Moved all memory/ppu viewer code to MemoryDumper to clean up Debugger class
2016-11-18 23:50:05 -05:00
Souryo
cf24fdc1d0
Debugger: Improved performance (games run about 50% faster with debugger opened compared to before)
2016-11-18 21:32:07 -05:00
Souryo
daea6fd915
Debugger: Fixed "set next statement" behavior
2016-10-23 10:16:08 -04:00
Souryo
c1fb8f1ac1
Debugger: Fixed "address"/"romaddress" breakpoint condition value when using addresses outside cart's PRG ROM
2016-10-23 09:02:06 -04:00
Souryo
2180fd6273
Debugger: Fixed CHR viewer crash for games with CHR RAM
2016-10-20 18:16:19 -04:00
Souryo
3a9c8f9236
Debugger: Ability to view all of CHR in chr viewer + Added mask option (based on CDL file)
2016-09-05 12:09:14 -04:00
Souryo
760c844d4d
Debugger: Allow export/import of memory to/from files
2016-09-05 09:05:34 -04:00
Souryo
69f1ca010e
Debugger: Added cpu/ppu memory mapping display (not finished, but enough for most typical cases)
2016-09-04 18:08:16 -04:00
Souryo
9ad4719d57
Trace Logger: Added options + improved UI usability
2016-09-03 21:52:59 -04:00
Souryo
18cc668fd3
CHR Viewer: Add option to display tiles as if they were 8x16 sprites (were every other tile is the bottom half of the previous tile)
2016-08-29 18:10:55 -04:00
Souryo
ccc2fc2aa3
Cheats: Added basic cheat code finder tool
2016-08-25 19:02:33 -04:00
Souryo
e28ce321d4
Debugger: Fixed some deadlocks
2016-07-31 14:31:44 -04:00
Souryo
75659c2efc
Locking: Fixed a number of cases where locks were not taken/held properly
2016-07-18 18:30:29 -04:00
Souryo
da261861f1
Trace Logger: Fixed some crashes that could occur when stopping the log
2016-06-26 09:01:23 -04:00
Souryo
ca1383be47
Debugger: Allow debugger to disassemble code located between 0x2000 & 0x4000
2016-06-26 00:31:52 -04:00
Souryo
593f845fff
Debugger: Break on invalid op code
2016-06-18 09:41:38 -04:00
Souryo
ee3e1909fb
Fixed small memory leaks
2016-06-17 20:54:11 -04:00
Souryo
298a789cfc
7z support + Rom selection for archives containing multiple rom files + General fixes/improvements when dealing with archives (cheats, save states, saved data, etc.)
2016-06-17 20:53:05 -04:00
Souryo
956834d4a5
Debugger: Improved expression evaluator when dealing with memory addresses + added "address" and "romaddress" special values
2016-06-05 11:51:46 -04:00
Souryo
3f801e22ff
Debugger: Option to display the current frame as it is being drawn (pixel by pixel), instead of displaying when the full frame is done.
2016-06-05 10:26:05 -04:00
Souryo
f7aa61582b
Debugger: Cycle-by-cycle PPU debugging
2016-06-04 15:38:48 -04:00
Souryo
e210d267d8
Debugger: Fixed some deadlocks when pausing/resetting/changing game, fixed breakpoints not being remembered after a reset
2016-06-04 08:55:52 -04:00
Souryo
f1d8bde090
Debugger: Allow disassembly of cartridge work ram & cpu ram + Added tracing for NMI, IRQ and DMAs
2016-02-13 22:19:42 -05:00
Souryo
953986c055
Debugger: Fixed nametable viewer info (didn't show what was under the mouse)
2016-01-28 20:56:44 -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
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
f8a0277c2e
Audio: Added option to select sample rate
2016-01-14 19:33:16 -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
a0d6e2d547
Debugger breakpoint improvements (Conditional breaks, vram breaks, absolute address breaks, etc.)
2016-01-09 13:15:43 -05:00
Souryo
08eade0cfb
Tests: General improvments
...
-Give the number of mismatching frames
-Allow debugger to break when a frame is different
-Fix mismatches between GUI & TestHelper environments (GUI always has four score adapter enabled)
2015-12-29 20:54:55 -05:00
Souryo
5b565bfeeb
GCC support - Fixed warnings/compilation errors (Core & Utilities now compile under GCC, but code is incomplete)
2015-08-28 21:01:18 -04: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
e1e48cc4f3
Fixed some of the warnings when compiling with /W4
2015-08-09 20:45:45 -04:00
Souryo
cb8ec83408
Debugger - Added callstack
2015-08-09 14:47:27 -04:00
Souryo
7e5707a535
Debugger - PPU Viewer (Nametables, chr, sprites, palette)
2015-08-08 22:36:39 -04:00
Souryo
0a7e1a9c32
Debugger - Added palette memory option to memory viewer
2015-08-05 21:43:53 -04:00
Souryo
a37354fbc1
Debugger - Added memory viewer (CPU, PPU, Sprite, PRG, CHR)
2015-08-05 20:40:10 -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
dffc03ad68
MMC5 support (incomplete)
...
Heavy refactoring of BaseMapper (to support MMC5 functionality, and be more flexible in general)
2015-07-29 22:10:34 -04:00
Souryo
95c0ab9047
IRQ/NMI timing fixed (Dragon Quest 3 was still broken) + code cleanup
2015-07-19 22:09:24 -04:00
Souryo
0c91a15fa0
-Added x64 build
...
-Rearranged build folders to be cleaner
-Required resource files are automatically copied to the output folder
2015-07-06 21:31:32 -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
Souryo
f8f9755eff
Unfinished visual debugger implementation (to be finished later)
2015-06-24 19:26:19 -04:00