Commit graph

388 commits

Author SHA1 Message Date
Sour
983db6c27d Debugger: Tilemap Viewer - Fixed address calculation for mode 7 tiles 2020-05-16 12:46:38 -04:00
Sour
c4389d63ba Debugger: Lua - Added missing definition for getInput API 2020-05-16 12:02:10 -04:00
Sour
7a313572a5 Debugger: Added support for bass .sym files 2020-05-08 18:05:14 -04:00
Sour
3a41275575 Debugger: Auto-load msl/sym symbol files, if they are found (when option is enabled) 2020-05-07 21:26:16 -04:00
Sour
dfd1f9109a Debugger: Fixed new breakpoints/etc being lost when resetting/power cycling 2020-05-07 16:59:24 -04:00
Sour
9e39c6555a Debugger: Fixed labels not always being updated as expected when power cycling 2020-05-06 18:50:07 -04:00
Sour
9950a4d4cc Debugger: Added copy selection option in disassembly view 2020-05-03 15:14:00 -04:00
Sour
6b4fe28e59 Debugger: Lua - Add option to auto-restart scripts after power cycling or reloading the rom 2020-05-03 14:31:34 -04:00
Sour
5daa1b6225 Video: Fixed/changed some aspect ratio calculations
-Fixed calculation for width for NTSC/PAL
-NTSC/PAL are PAR, as before, but 4:3/16:9 are now DAR instead, since their purpose is to fill the user's screen, regardless of overscan settings
2020-04-29 20:24:21 -04:00
Sour
5ff456bc09 Audio: Added cubic interpolation option 2020-04-28 17:56:57 -04:00
Sour
45602ed530 UI: Change volume inc/dec rate to 5 2020-04-28 17:56:40 -04:00
Sour
479e91c5f2 Debugger: Add support for assert expressions 2020-04-26 22:32:17 -04:00
Sour
e4441b5237 BS-X: Fixed loading .bs files from zip/7z files 2020-04-26 12:37:01 -04:00
Sour
dd0287088c Version Update: 0.4.0 2020-04-25 14:43:50 -04:00
Sour
d4a9ed3677 Linux: Fixed some crashes and layout issues 2020-04-25 14:12:32 -04:00
Sour
34fbe980de UI: Added shortcut to increase/decrease volume 2020-04-24 21:15:46 -04:00
Sour
009f3f8d46 UI: Disable netplay/movies when runahead is enabled
There are issues with both features when runahead is enabled
2020-04-16 20:49:54 -04:00
Sour
aa899d6b35 UI: DPI-related fixes/improvements 2020-04-13 11:21:45 -04:00
Sour
95500e6dce Debugger: Tile Viewer - Fixed crash when opening window 2020-04-12 23:47:00 -04:00
Sour
2d0b0c47bb Debugger: Assembler - Fixed crash when applying code changes
Values passed to MarkBytesAs function were not using PRG ROM offsets
2020-04-10 22:19:14 -04:00
Sour
1b4440057a Debugger: Script Window - Fixed bug that caused a saved script on the disk to be overwritten with another script 2020-04-03 19:00:49 -04:00
Sour
4ff12ecfaa UI: Fixed issue with random game feature that caused it to ignore .smc files 2020-03-30 16:59:25 -04:00
Sour
7c79bf2974 Debugger: Added SA-1 tab to register viewer 2020-03-02 23:08:28 -05:00
Sour
455f705e45 Debugger: Force window to update when opened while core is already paused 2020-03-01 22:02:07 -05:00
Sour
060ea6dcb5 UI: Fixed game selection screen disappearing when clicking on a deleted game that cannot be loaded 2020-03-01 21:46:37 -05:00
Sour
29175d7454 Debugger: Fixed edit label dropdown being empty from SA-1 debugger 2020-03-01 17:47:53 -05:00
Sour
379e4069d1 Debugger: Tile Viewer - Fixed presets not scrolling to the correct VRAM address 2020-02-27 20:23:43 -05: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
f5fbc87928 Debugger: Trace Logger - Fixed trace log not being refreshed when stepping through some coprocessors 2020-02-27 19:57:17 -05:00
Sour
65cfa2ec03 Debugger: Added option to auto-reset CDL 2020-02-26 21:45:49 -05:00
Sour
9b27cc109e Debugger: Fixed source view mode regressions 2020-02-26 19:26:14 -05:00
Sour
e9e88da0cb Debugger: Added CDL flags for CX4/GSU 2020-02-25 23:56:55 -05:00
Sour
dade91a189 Debugger: Added CX4 debugger 2020-02-24 22:00:52 -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
08e0820164 Input: Fixed default shortcuts & shortcut display when using non-qwerty layouts
This resets all non-debugger shortcut keys to their default values due to values saved in the config switching from scan codes to virtual key codes.
2020-02-23 14:08:29 -05:00
Sour
58c18adc10 Debugger: Fixed delete key not working in watch edit mode 2020-02-22 21:22:47 -05:00
Sour
483ffe1143 UI: Added reload rom option
Same as Mesen - Power Cycle no longer resets changes done to PRG.  Reload ROM must be used when reloading the rom from the disk is needed.
+ Fixed some issues with reset and power cycle not pausing emulation when the option to pause when turned on
2020-02-22 20:54:07 -05:00
Sour
5aa615a227 Debugger: Added .sym file support (wla-dx)
Unsure if this is correct as different projects appear to generate the .sym file using different logic for the addressing.
2020-02-22 19:33:40 -05:00
Sour
f5b0ac68a2 Debugger: Add BS-X types to breakpoint window dropdown 2020-02-22 19:05:14 -05:00
Sour
8779c8a2f3 Debugger: Import/export label support 2020-02-22 18:52:10 -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
93cccd34dc Debugger: Added access counters tab to memory tools 2020-02-15 10:49:11 -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