Commit Graph

18 Commits

Author SHA1 Message Date
Sour 152abf690b Rename stdafx.h to pch.h 2022-09-08 21:29:52 -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 9b6ab930f1 Debugger: Added "Find all occurrences" 2022-06-24 22:20:12 -04:00
Sour bdcb16248a Debugger: Implemented search in disassembly 2022-06-24 00:53:29 -04:00
Sour 50b854b577 Fixed disassembly when running from unmapped memory 2022-04-15 11:29:20 -04:00
Sour b9d367e91a Debugger: Implement/refactor is jump/is return/etc logic for all CPUs 2022-03-24 21:39:00 -04:00
Sour 24af663f86 Debugger: Refactor DisassemblyInfo to avoid out-of-bounds memory reads 2022-02-11 18:56:17 -05:00
Sour 0167c7a940 Debugger: Allow copy of selected code, fixed some scrolling/navigation issues 2022-02-10 19:37:53 -05:00
Sour 11e16ced2d Fixed missing variable initialization, and a few bugs found via code analysis 2022-01-24 20:14:34 -05:00
Sour dffbd4921a Refactoring: Renamed SnesMemoryType 2022-01-22 12:16:10 -05:00
Sour 0b228f5951 Refactoring: Added Snes prefix to files/classes 2022-01-22 11:55:17 -05:00
Sour 0d78c064f3 Core: Reduce shared_ptr usage, refactor netplay code to remove static instances 2022-01-21 21:25:33 -05:00
Sour 90e2120894 Debugger: Fixed scrolling when moving up/down a single line 2022-01-06 21:24:03 -05:00
Sour bb2b08fffc Debugger: Improved scrolling navigation for disassembly & trace log 2022-01-05 00:11:08 -05:00
Sour ba2c574f9e Disassembly rework 2021-05-28 12:38:40 -04:00
Sour eb527172ce Disassembler performance tweaks 2021-05-27 19:46:16 -04:00
Sour 2a3a955dc3 Reorganize files (debugger + netplay) 2021-04-09 20:01:50 -04:00