Commit graph

1804 commits

Author SHA1 Message Date
Sour
1e0b55f95b Video: Fixed red line at bottom of screen with NTSC filter 2018-01-06 08:07:16 -05:00
bparker06
16c97ba347 Libretro: add missing helper items, fixes detection of Win10 SDK (#302) 2018-01-06 08:03:59 -05:00
Andrés
f3cac34aed Libretro: Makefile for buildbot (#301) 2018-01-05 23:12:20 -05:00
Sour
21412c488d Libretro: makefile fixes (removed Lua & Filesystem dependencies) 2018-01-05 15:59:28 -05:00
Sour
1ac82641b8 Libretro: Removed Lua dependency 2018-01-05 15:37:49 -05:00
Sour
7a93a3d9c8 Libretro: Removed filesystem API dependency, removed socket dependencies 2018-01-05 15:03:33 -05:00
SourMesen
017ca631e1
Fixed typos in readme 2018-01-05 09:54:58 -05:00
SourMesen
eac109f175
Update README.md 2018-01-05 01:03:35 -05:00
Sour
6e3d8279c9 Libretro: Fixed a few minor issues (aspect ratio, option text) 2018-01-05 00:01:55 -05:00
Sour
abffd86e6b Libretro support (Linux) 2018-01-04 23:09:07 -05:00
Sour
cf0bd50b9e Libretro support (Windows) 2018-01-04 19:03:47 -05:00
Sour
d113858d4b Debugger: Adjust order of colors in color customization dialog 2018-01-03 23:21:43 -05:00
Sour
3c78f9a7f6 Debugger: Fixed background color for unidentified blocks in some conditions 2018-01-03 21:58:26 -05:00
Sour
7eb01a2a01 Debugger: Fixed label discrepancy (use the same label everywhere) 2018-01-03 21:40:51 -05:00
Sour
150a1feb12 Debugger: Code window syntax highlighting support 2018-01-03 21:33:04 -05:00
Sour
e7fbff9996 Debugger: Performance fixes 2018-01-03 19:12:02 -05:00
Sour
cdaba3ffe8 Debugger: Code window display/highlighting changes + more flexibility in how to display data vs code + actions to "mark" bytes as data/code/unknown 2018-01-03 18:48:16 -05:00
Sour
1e76d25986 Fixed crash that occurred at shutdown when a Lua script save confirmation popup was shown (only when "Pause when in the background" option is enabled) 2018-01-03 01:14:46 -05:00
Sour
e8858a1a2f Debugger: Added option to display info popups about opcodes 2018-01-02 22:32:17 -05:00
Sour
35d727e0bc UI: Fixed localization for Open APU Viewer shortcut 2018-01-02 16:16:23 -05:00
Sour
61134f0f6c Debugger: Fixed CPU memory mapping display for games with only save ram 2018-01-02 16:10:51 -05:00
Sour
a4e19b5df1 Debugger: Added checkboxes to mute specific channels in APU Viewer 2018-01-02 15:08:07 -05:00
Sour
0fd4b0bd5f Debugger: Added "Show In Split View" shortcut in code window 2018-01-02 14:44:28 -05:00
Sour
c1df2c92dd Debugger: Improved scroll position for code preview 2018-01-02 13:10:24 -05:00
Sour
7debc4e98c Debugger: Fixed issue when switching from NSF file to regular ROM while debugger is opened (no video was shown) 2018-01-02 12:18:01 -05:00
Sour
0c9cbe4da0 Debugger: Improve CPU memory mapping display (vs work ram and save ram regions) 2018-01-02 12:06:20 -05:00
Sour
b1283ae48d Debugger: Show code preview in tooltip 2018-01-02 11:11:50 -05:00
Sour
35b5cafd28 Debugger: Fixed uninitialized variable 2018-01-02 10:20:44 -05:00
Sour
2118d498c7 Debugger: Added APU viewer tool 2018-01-01 23:23:18 -05:00
Sour
8ad553688a Debugger: Prevent DebugBreakHelper from interfering with step operations done by the user 2018-01-01 23:13:24 -05:00
Sour
baa71141ac Debugger: Fixed saved rom file size for CHR RAM games 2018-01-01 13:37:52 -05:00
Sour
2f9305779d Debugger: Add options to generate stripped rom based on CDL data 2018-01-01 12:09:33 -05:00
Sour
20ab1379f4 Debugger: Fixed designer crash 2018-01-01 11:35:36 -05:00
Sour
f294182002 Debugger: Fixed display issue when putting breakpoint at start/end of hidden block 2018-01-01 11:11:35 -05:00
Sour
8e8f828d14 Debugger: Fixed issue with "step back" that sometimes caused it to loop between the same 2 instructions over and over 2018-01-01 10:33:06 -05:00
Sour
10bb86bca9 Debugger: Added option to display tiles with their last known palette in CHR viewer 2018-01-01 00:31:16 -05:00
Sour
63a70c187f Debugger: Lua - Fixed typo in example script 2017-12-31 17:23:53 -05:00
Sour
35f65fad73 Debugger: Option to show label in breakpoint list (+ fixed display for absolute PPU breakpoints) 2017-12-31 17:22:54 -05:00
Sour
ebc71fb847 Debugger: Added location bar to memory viewer 2017-12-31 10:51:05 -05:00
Sour
b1a6fa8ee0 Command line: Fixed bug with rom filenames/paths that contain dashes 2017-12-30 10:41:25 -05:00
Sour
bd066dd7b9 Debugger: Fixed binary OR and binary XOR in expressions (their behavior was inverted) 2017-12-29 22:11:16 -05:00
Sour
3fdc000a3d Debugger: Properly support division by 0 in expressions 2017-12-29 22:08:50 -05:00
Sour
423ac65a7e Debugger: Allow PPU breakpoints to break on $3F00-$3FFF palette ram accesses 2017-12-29 20:03:32 -05:00
Sour
7802cc02e0 Version Update: 0.9.4 2017-12-29 16:40:20 -05:00
Sour
86e951dd31 Debugger: Added DMC sample tracking to CDL files + a highlight option for it in the memory viewer 2017-12-29 13:39:57 -05:00
Sour
898824cd6d Debugger: Fixed display issue with watch help icon 2017-12-29 13:09:01 -05:00
Sour
9c4dbca8e6 Debugger: Disable find all reference on function list when address is not mapped 2017-12-29 13:08:43 -05:00
Sour
fd3f3f73cd Linux: Fixed layout issues with hint in input config dialogs 2017-12-29 12:23:34 -05:00
Sour
0ecf272028 Linux: Change some controls to use flat look (to get a result that is less Windows 95 and more Windows 10) 2017-12-29 12:22:58 -05:00
Sour
7a753ffae8 Linux: Fixed layout issues in breakpoint edit window 2017-12-29 12:03:13 -05:00