Commit graph

17 commits

Author SHA1 Message Date
Sour
7267e28e21 Debugger: GBA - Added option to configure whether unidentified code/data is disassembled as arm/thumb 2025-03-31 18:11:29 +09:00
Sour
8d6830a70a SNES: Add support for ST018 coprocessor
Used by a single game: Hayazashi Nidan Morita Shougi 2
2024-12-29 23:41:52 +09:00
Sour
614e61a2d1 Debugger: Fixed issues with step over/out in some scenarios (bank swapping, recursive functions, etc.)
Only break when both the stack pointer and the return address match what the debugger was expecting, instead of just the return address
2024-12-07 17:46:28 +09:00
Sour
7fdb6a0e85 GBA: Improved cartridge prefetch timing accuracy
Passes most of alyosha's prefetch tests
2024-11-06 19:12:33 +09:00
Sour
d751502a58 NES: Added Rainbow support (mapper 682) 2024-10-08 21:37:44 +09:00
Sour
029fae24ef Debugger: GBA - Fixed incorrect value for LDR/STR SP-relative offset in disassembly 2024-09-30 23:13:21 +09:00
Sour
e79e655d3b Debugger: Event Viewer - Added missing address/value for some event types (marked breakpoints, etc.) 2024-09-12 17:11:56 +09:00
Sour
262ba4a919 GBA: Fixed log API issues 2024-08-13 21:28:30 +09:00
Sour
08adf89dd0 GBA: Added option to enable a log API that should be compatible with mGBA's 2024-06-24 15:23:40 +09:00
Sour
074034aa66 Debugger: Use cpu-specific cycle counts for profiler data
Fixed SNES co-processors (including the SPC) reporting their profiling data based on SNES master clocks, which wasn't accurate/reliable
2024-06-23 16:21:49 +09:00
Sour
bb034e6d5c Debugger: GBA - Tilemap viewer - Fixed incorrect data in row 32 and column 32 2024-05-11 08:22:15 +09:00
Sour
d9f1d486a3 Debugger: SNES - Fixed palette display for mode 0 layers in tilemap viewer 2024-04-27 12:14:45 +09:00
Sour
b4369c910c Linux: Fixed compilation error 2024-03-31 23:09:16 +09:00
Sour
921c618502 Debugger: GBA - Fixed missing labels on some jump instructions 2024-03-31 11:19:38 +09:00
Sour
d5e4968d32 Debugger: GBA - Fixed missing OAM read/writes on event viewer 2024-03-30 18:34:43 +09:00
Sour
bb96928fe9 Linux: Fixed compilation errors/warnings 2024-03-30 12:31:04 +09:00
Sour
13acb3fe42 Added GBA support 2024-03-30 11:42:31 +09:00