Commit graph

714 commits

Author SHA1 Message Date
Sour
393a8f3b38 BS-X: General fixes/improvements 2020-02-22 00:27:03 -05:00
Sour
b29fabbb57 BS-X: Improved emulation and support for .bin broadcast files 2020-02-20 23:57:01 -05:00
Sour
cf909b56d8 Added BS-X support
WIP - Still some issues and missing some features (e.g date/time support)
2020-02-19 23:53:34 -05:00
Sour
b856f615d1 Added SPC7110 support 2020-02-16 21:11:01 -05:00
Sour
6f22bb5521 Debugger: Hex Editor - Fixed dropdown not updating memory type shown in hex editor 2020-02-16 21:08:22 -05:00
Sour
3e947a8ba0 Audio: Fixed buffer underruns when using 60.0 FPS mode 2020-02-15 14:44:36 -05:00
Sour
6ea8d6c815 Refactoring: Port back some code changes from Mesen 2020-02-15 14:28:13 -05:00
Sour
93cccd34dc Debugger: Added access counters tab to memory tools 2020-02-15 10:49:11 -05:00
Sour
b82b087b4e SPC: Reduced buffer to a more reasonable size 2020-02-15 10:48:33 -05:00
Sour
208e1cc12d Debugger: Fixed UI crash in watch when typing an hex address without the hex prefix 2020-02-14 16:33:10 -05:00
Sour
c6c2e5b319 Debugger: Refactor memory counters (simplifies code & improves debugger performance) 2020-02-12 21:26:50 -05:00
Sour
55db5e9fb7 Debugger: Add options to save rom edits (as .sfc or .ips) and generate stripped roms based on CDL data 2020-02-12 20:26:16 -05:00
Sour
4e6e7d7264 Linux: Fixed filenames in project file 2020-02-11 23:22:19 -05:00
Sour
bb835fccc9 Equalizer: Fixed sample wrapping when outside of int16_t range 2020-02-11 23:15:10 -05:00
Sour
297e57ae9a Linux: Fixed compilation errors/warnings 2020-02-11 22:46:11 -05:00
Sour
b62a0a3960 Debugger: Added assembler tool 2020-02-11 22:20:08 -05:00
Sour
c385155955 Debugger: Added DSP registers to register viewer
+ Track DSP reads/writes for debug tools (e.g breakpoints, hex editor highlights, etc.)
2020-02-10 00:12:00 -05:00
Sour
d5c4204bb3 DSP: Fixed KOF register initial value
Fixes missing sound effects in Chester Cheetah - Too Cool to Fool and King of Dragons
2020-02-09 22:03:55 -05:00
Sour
4c20da1685 Linux: Fixed incorrect filename case in project 2020-02-09 16:05:03 -05:00
Sour
aebde00928 Debugger: Add "Go to all" feature 2020-02-09 15:39:14 -05:00
Sour
6a3b71f36b Debugger: Profiler - Fixed UI crashes when resetting the profiler or game 2020-02-09 09:26:03 -05:00
Sour
b68aaefd7e Debugger: Added "mark selection as" shortcuts in debugger & memory tools 2020-02-08 22:30:54 -05:00
Sour
44eb8c5eb9 Libretro: Fixed compilation error
+ Fixed some GCC warnings
2020-02-08 17:27:53 -05:00
Sour
0cf94db654 Debugger: Added performance profiler tool 2020-02-08 17:08:33 -05:00
Sour
3312871006 Debugger: Fixed memory leak 2020-02-08 15:54:09 -05:00
Sour
e0cfdaad13 Debugger: Added option to display disassembly in lower case 2020-02-07 22:55:27 -05:00
Sour
bb02c4352a Debugger: Improved syntax highlighting 2020-02-07 22:54:25 -05:00
Sour
408dacb2e9 Clang: Fixed compilation warnings 2020-02-07 18:30:23 -05:00
Sour
0dec581233 Build: Allow compilation on older compilers (experimental filesystem namespace) 2020-02-07 18:27:01 -05:00
Sour
5101ad4d05 Libretro: Enable frame skipping during fast forward 2020-02-07 18:23:23 -05:00
Sour
d76921e9ce UI: Added save/load state menus 2020-02-05 21:30:16 -05:00
Sour
3d36c7a27b UI: Fixed date display on save states 2020-02-05 19:53:18 -05:00
Sour
8c0939861a Video Recorder: Add support for GIF output 2020-02-05 18:57:20 -05:00
Sour
bfecc12912 DirectInput: Fix bug preventing buttons #25+ from being usable 2020-02-04 18:24:42 -05:00
Sour
bfe8e8abce Libretro: Removed unnecessary echos from makefile 2020-02-01 18:33:54 -05:00
Sour
b53fcbfc46 UI: Fixed some forms being shown behind current form when option to display window on top is enabled 2020-02-01 12:39:23 -05:00
Sour
bd79d7765a Debugger: Fixed disassembly issues when changing X/M flags on an instruction 2020-01-30 00:33:14 -05:00
Sour
ab999209fe Debugger: Source View - Fixed some issues with X/M flags calculation 2020-01-29 23:40:07 -05:00
Sour
6b435ee93f Debugger: Source View - Preserve current address when switching between both views 2020-01-29 22:34:43 -05:00
Sour
435c253849 Debugger: CC65 - Fixed C vs ASM priority for source view 2020-01-29 22:34:14 -05:00
Sour
3d5b9fcdf9 Debugger: CA65 - Improved CDL file generation to set X/M flags properly 2020-01-29 22:14:54 -05:00
Sour
e4ab66a4d4 UI: Fixed load performance issues with game selection screen 2020-01-26 12:42:51 -05:00
Sour
6022b4352e PPU: Fixed graphical glitch shown on screen when switching to interlaced mode 2020-01-26 10:34:07 -05:00
Sour
203b861641 Debugger: Event Viewer - Avoid potential crash when opening window 2020-01-24 22:58:05 -05:00
Sour
7dd408f4bd Debugger: Source view integration refactoring 2020-01-21 18:22:27 -05:00
Sour
6d9fb65ffd Debugger: SPC - Option to select disassembly format (6502-like vs original) 2020-01-20 23:24:59 -05:00
Sour
6e37291061 Libretro: Read firmware files from the "system" folder rather than the "system\Firmware" folder 2020-01-19 14:53:29 -05:00
Sour
cf532e59c5 Debugger: Event Viewer - Make it easier to view an event's tooltip 2020-01-18 15:31:06 -05:00
Sour
def9413929 Debugger: Event Viewer - Fixed tooltips sometimes not being shown at the correct position 2020-01-18 14:51:38 -05:00
Sour
0ed96a0432 IRQ: Tweaked IRQ/WAI timings
+ Check enabled hdma channels on dot 276 (rather than the CPU cycle following dot 276)
Fixes Full Throttle & ASP graphical issues
Also gets hdmaen_latch tests closer to what they should be
(Unsure if this is accurate or not, though)
2020-01-18 13:12:15 -05:00