Sour
|
cdeef8cec4
|
Debugger: Trace logger - Added missing options, etc
|
2022-09-18 20:54:57 -04:00 |
|
Sour
|
47b94cd49f
|
Debugger: Added option to show/hide memory values (+ fixed missing memory values on NES, PCE, etc.)
|
2022-09-13 00:41:18 -04:00 |
|
Sour
|
94b5ce21d1
|
Debugger: Tilemap viewer - Added grayscale option for all consoles
|
2022-09-12 21:14:37 -04:00 |
|
Sour
|
c3dd78b5ab
|
Debugger: Implemented step back for all main CPUs
|
2022-09-11 14:50:40 -04:00 |
|
Sour
|
c4b6312c0a
|
Refactoring - Added missing folder names in includes
|
2022-09-08 22:04:18 -04:00 |
|
Sour
|
7108bdde36
|
Refactoring - Moved some leftover files out of the root folder
|
2022-09-08 21:48:49 -04:00 |
|
Sour
|
152abf690b
|
Rename stdafx.h to pch.h
|
2022-09-08 21:29:52 -04:00 |
|
Sour
|
e396db938e
|
Debugger: Added option to use 6502-like mnemonics for the SPC
|
2022-09-04 14:05:50 -04:00 |
|
Sour
|
926609889e
|
Debugger: Fixed effective address for SPC's 16-bit read/writes
|
2022-09-04 13:54:26 -04:00 |
|
Sour
|
3a4cc00fde
|
Debugger: SPC - Fixed typos in disassembly and default labels
|
2022-09-02 13:30:45 -04:00 |
|
Sour
|
5ee0b08d24
|
Debugger: Make SA-1 debugger use its own mappings to peek data, not the SNES' mappings
|
2022-08-30 17:45:39 -04:00 |
|
Sour
|
0de17a6df1
|
Debugger: MemoryType::Register refactoring
|
2022-08-29 20:29:12 -04:00 |
|
Sour
|
872bebff62
|
Debugger: SNES - Fixed breakpoints for "Register" memory type
|
2022-08-29 20:17:28 -04:00 |
|
Sour
|
7b394aa686
|
Debugger: Added "bring to front on pause" option
|
2022-08-26 18:20:34 -04:00 |
|
Sour
|
d384118da4
|
Debugger: Fixed call stack issues when NMI/IRQ land on JSR/RTI/RTS/etc calls
|
2022-08-25 20:38:21 -04:00 |
|
Sour
|
1c3ceb84f9
|
Debugger: Sprite Viewer - Wrap sprites from the bottom of the screen to the top (SNES only)
|
2022-08-22 18:32:32 -04:00 |
|
Sour
|
df8728e107
|
Debugger: Sprite Viewer - Option to show/hide offscreen regions from preview
|
2022-08-20 18:20:14 -04:00 |
|
Sour
|
6d1f166317
|
Debugger: Tilemap Viewer - Added Main/Sub tabs for SNES
|
2022-08-19 13:52:02 -04:00 |
|
Sour
|
14a266d518
|
Linux: Fixed build errors
|
2022-08-13 17:00:40 -04:00 |
|
Sour
|
a61e559c07
|
Debugger: Performance improvements for ppu viewers (30-75% faster in core)
|
2022-08-06 13:45:40 -04:00 |
|
Sour
|
7df142e420
|
Debugger: Tilemap viewer - Mode 7 overlay
|
2022-08-06 11:29:50 -04:00 |
|
Sour
|
4fc5b2051e
|
Debugger: Lua - Implemented step, reset
|
2022-08-04 19:10:30 -04:00 |
|
Sour
|
efdbd7b82d
|
Debugger: Profiler - Make GB tab use GB clock rather than SNES master clock
|
2022-07-27 23:52:54 -04:00 |
|
Sour
|
5e31200cf3
|
Debugger: Refactor/fix logic to determine size of value to display along with the effective address
|
2022-07-13 21:51:51 -04:00 |
|
Sour
|
948aec1d3a
|
Linux: Fixed compilation warnings and crash when closing emulator (EmuApi.Release was called too early and other threads/timer could call IsPaused after it was called)
|
2022-07-13 19:53:48 -04:00 |
|
Sour
|
61fbae131c
|
Debugger: Added controllers tool
|
2022-07-09 19:39:35 -04:00 |
|
Sour
|
63cbe9bd73
|
Debugger: Instruction progression (+ step 1 cpu cycle for snes/sa1/pce)
|
2022-07-08 00:09:01 -04:00 |
|
Sour
|
f2f43b17b7
|
Debugger: Tilemap Viewer - Fixed mode 0 palette offsets (SNES)
|
2022-07-05 20:07:58 -04:00 |
|
Sour
|
e245293065
|
Debugger: NEC DSP - Call stack + step over/out support
|
2022-07-04 20:52:35 -04:00 |
|
Sour
|
56b1cedc9c
|
Debugger: Refactoring/fix todos
|
2022-07-04 20:32:16 -04:00 |
|
Sour
|
1583ba963e
|
Debugger: Improved disassembly for GSU, allow moving program counter
|
2022-07-04 19:34:35 -04:00 |
|
Sour
|
b36edfb024
|
Debugger: CX4 call stack/profiler support
|
2022-07-04 17:14:05 -04:00 |
|
Sour
|
f84f1c67c1
|
Debugger: Added actions to jump to nmi/irq/etc. vectors
|
2022-07-03 12:59:12 -04:00 |
|
Sour
|
008ed9077d
|
Debugger: Refactor debug config
|
2022-07-01 12:34:00 -04:00 |
|
Sour
|
60889176b7
|
Debugger: Added "draw partial frame" option
|
2022-06-26 21:57:03 -04:00 |
|
Sour
|
5414afdbb4
|
Debugger: Added "Show jump labels" option
|
2022-06-26 14:44:59 -04:00 |
|
Sour
|
1f75992666
|
Debugger: Allow palette editing in palette viewer
|
2022-06-20 20:53:32 -04:00 |
|
Sour
|
35a54505b4
|
Debugger: Added tile editor
|
2022-06-19 15:05:12 -04:00 |
|
Sour
|
483a642a98
|
Debugger: Added function list
|
2022-06-13 22:13:08 -04:00 |
|
Sour
|
78ca62ed75
|
Debugger: Support for CDL in CHR ROM games (NES), option to hide used/unused tiles from tile viewer (when CDL data is available)
|
2022-06-12 00:26:03 -04:00 |
|
Sour
|
fcd7e64582
|
Debugger: Fixed CDL behavior for SGB, refactor some of the CDL code
|
2022-06-11 15:19:24 -04:00 |
|
Sour
|
dc229fd12c
|
Debugger: Tilemap/tile viewers - Added support for mode 7 extbg
|
2022-06-06 23:47:16 -04:00 |
|
Sour
|
6199d04904
|
Debugger: Sprite viewer - Fix draw order for SNES when OAM priority bit is enabled
|
2022-06-06 19:39:43 -04:00 |
|
Sour
|
55b96c9ebc
|
Debugger: Assembler rewrite/refactoring for NES/SNES/PCE
|
2022-05-23 16:46:59 -04:00 |
|
Sour
|
0a6a8e92b2
|
PCE: SuperGrafx support
|
2022-05-15 20:35:56 -04:00 |
|
Sour
|
9d226d6588
|
Linux: Fixed build, fixed some clang warnings
|
2022-05-09 20:53:56 -04:00 |
|
Sour
|
2b5416221a
|
Fixed some TODOs, minor refactoring for tile viewer
|
2022-04-30 20:42:26 -04:00 |
|
Sour
|
191304e025
|
wip - everything to review
|
2022-04-06 18:37:35 -04:00 |
|
Sour
|
e0c9d0f3ae
|
Debugger: Tilemap/Sprite viewers - Added View in Tile Viewer option
|
2022-04-02 14:39:29 -04:00 |
|
Sour
|
c05e3fb0f5
|
Debugger: Event Viewer - Display current dot for all consoles + refactor code
|
2022-04-01 21:02:21 -04:00 |
|