NovaSquirrel
|
c0e249e993
|
Revert "Merge branch 'reformat_code'"
This reverts commit daf3b57e89 , reversing
changes made to 7a6e0b7d77 .
|
2021-03-10 11:13:28 -05:00 |
|
Vladimir Kononovich
|
3764af908f
|
Reformat Core (Resharper)
|
2020-12-19 23:30:09 +03:00 |
|
Sour
|
b17fdc49c6
|
Debugger: GB - Added effective address for (hl)/(bc)/(de) op codes
|
2020-07-03 15:45:07 -04:00 |
|
Sour
|
5f055110fa
|
Added Game Boy support
CPU/APU are decent - PPU is still just a scanline renderer
No Super Game Boy support yet
|
2020-05-18 16:11:08 -04:00 |
|
Sour
|
28443f84d6
|
Debugger: Fixed display issues in disassembly view for SA-1 debugger
Effective addresses and their values were incorrect
|
2020-02-27 19:59:41 -05:00 |
|
Sour
|
2e8a13e920
|
Debugger: Added DSP debugger
|
2020-02-23 22:24:58 -05:00 |
|
Sour
|
71d0ac693a
|
Debugger: Improved GSU disassembly/debugger
|
2020-02-23 15:58:14 -05:00 |
|
Sour
|
e0cfdaad13
|
Debugger: Added option to display disassembly in lower case
|
2020-02-07 22:55:27 -05:00 |
|
Sour
|
0cd378c92d
|
CX4 support (+ trace logger)
|
2019-08-03 23:43:51 -04:00 |
|
Sour
|
33cee67e61
|
Added GSU (Super FX) support
|
2019-07-30 22:43:32 -04:00 |
|
Sour
|
fe470dd87a
|
SA-1 support (still missing a few rarely used features)
|
2019-07-25 22:22:09 -04:00 |
|
Sour
|
f720c39215
|
Fixed some clang/gcc warnings
|
2019-07-18 16:54:24 -04:00 |
|
Sour
|
60067db242
|
Debugger: Fixed crash in disassembly, slightly improved search performance
|
2019-07-18 16:14:32 -04:00 |
|
Sour
|
c9405d7ba3
|
DSP: Added support for DSP-1/2/3/4 games (LLE - requires bios file)
|
2019-07-14 21:45:12 -04:00 |
|
Sour
|
46c979bd14
|
Debugger: Fixed bytes after $7C (JMP) always being interpreted as code (causing an incorrect disassembly)
|
2019-06-28 16:35:54 -04:00 |
|
Sour
|
cf6b21bf23
|
Debugger: Fixed performance issue with disassembly
|
2019-06-24 11:46:59 -04:00 |
|
Sour
|
052cd63d5f
|
Debugger: Improved dissassembler to disassemble ahead of time and process sep/rep instructions for X/M flags
|
2019-05-14 19:26:51 -04:00 |
|
Sour
|
3e97d7a71d
|
Debugger: Added support for code labels/comments
|
2019-04-29 20:12:39 -04:00 |
|
Sour
|
b94212ec63
|
Linux: Fixed compilation errors/warnings
|
2019-04-12 17:49:58 -04:00 |
|
Sour
|
ad4cef9afa
|
Debugger: Display address/value in disassembly window
|
2019-04-07 17:57:30 -04:00 |
|
Sour
|
d89f4ba0cb
|
Debugger: SPC debugger/breakpoints/call stack
|
2019-04-07 12:25:14 -04:00 |
|
Sour
|
f8392d2f65
|
Debugger: SPC trace logging
|
2019-04-06 17:38:14 -04:00 |
|
Sour
|
82a0722167
|
Debugger: Refactor disassembly code (wip)
|
2019-04-06 09:15:19 -04:00 |
|
Sour
|
b1d1a3f466
|
Debugger: Greatly reduced memory usage when debugger tools are opened
|
2019-04-05 00:02:43 -04:00 |
|
Sour
|
b90b273e4b
|
Debugger: Fixed disassembly for BRL instruction
|
2019-03-15 18:15:52 -04:00 |
|
Sour
|
46663e8e53
|
Debugger: Fixed relative branch disassembly address
|
2019-03-07 21:30:16 -05:00 |
|
Sour
|
0ada7f9d2f
|
Debugger: Added Event Viewer
|
2019-03-07 20:12:32 -05:00 |
|
Sour
|
25837e5c71
|
CPU: Fixed BRK/COP instructions (read + ignore the signature byte)
|
2019-03-02 20:26:14 -05:00 |
|
Sour
|
27476a08ab
|
Debugger: Fixed disassembly output for PEA/PEI/PER
|
2019-02-28 23:06:26 -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
|
802bd75df1
|
Debugger: Disassembly window, code data logger
|
2019-02-27 19:49:26 -05:00 |
|
Sour
|
97c7d06156
|
Fixed throw syntax
|
2019-02-21 18:18:25 -05:00 |
|
Sour
|
f75db1b297
|
CPU: Fixed MVN/MVP instructions using the wrong src/dest banks
|
2019-02-20 20:00:59 -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
|
b33380a95e
|
CPU: Fixed bugs with PEA/PEI/PER
|
2019-02-14 19:00:17 -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 |
|