Commit graph

17 commits

Author SHA1 Message Date
Sour
706ef2f6e4 Debugger: Added basic tilemap viewer 2019-03-03 16:34:23 -05:00
Sour
8502581a1d Debugger: Breakpoint support 2019-03-01 20:27:49 -05:00
Sour
c9eb9cef52 Debugger: Show effective address/memory value in disassembly + update trace logger to use the same code 2019-02-28 16:53:04 -05:00
Sour
26e90e90a1 Debugger: Watch list 2019-02-27 20:33:56 -05:00
Sour
802bd75df1 Debugger: Disassembly window, code data logger 2019-02-27 19:49:26 -05:00
Sour
cc8ddabf88 PGO build configuration 2019-02-24 23:53:14 -05:00
Sour
66cc7847fb Fixed project issues (DLL was not included in .exe)
+ Prevent crash when SPC bios is not found
2019-02-24 12:54:14 -05:00
Sour
462bffa513 UI: Added icon to .exe 2019-02-22 18:41:11 -05:00
Sour
b806b3d96e Core: Added SNES controller support 2019-02-17 20:29:29 -05:00
Sour
93e8fd9d5e Core: Fixed for memory mappings, implemented multiplication register, added logging to help debugging missing functionalities 2019-02-17 14:42:35 -05:00
Sour
4bea25ecc7 Debugger: Break and open trace logger on BRK instruction 2019-02-16 08:10:08 -05:00
Sour
691175aaaa Stop and cleanup properly when closing application (to fix crash) 2019-02-16 01:22:31 -05:00
Sour
6d22b920b8 Debugger: Added hex editor 2019-02-15 21:33:13 -05:00
Sour
aed9270e52 Imported video decode/renderer classes and related utilities from Mesen 2019-02-13 23:02:43 -05:00
Sour
ca95636c37 CPU addressing review/fixes, trace logger improvements 2019-02-13 18:44:12 -05:00
Sour
522372a365 Fixed addressing bugs, added PPU stub, improved trace logger output, split CPU instructions to another file 2019-02-13 13:32:51 -05:00
Sour
5c19584019 Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00