Commit graph

1467 commits

Author SHA1 Message Date
Sour
7c7c948e8b Fixed debug build errors 2018-02-20 20:03:39 -05:00
Sour
6bf789c5c1 HD Packs: Fixed 2+x scale background image display problem 2018-02-20 18:32:58 -05:00
Sour
11c592a622 Debugger: Event viewer improvements/fixes 2018-02-19 23:23:26 -05:00
Sour
d8e00168a4 Debugger: Added "Event Viewer" tool - replaces PPU Register Write Viewer 2018-02-18 23:03:02 -05:00
Sour
60faaf6469 Debugger: Speed optimizations in memory access counters 2018-02-18 19:56:26 -05:00
Sour
7a48aebc00 HD Packs: New features and performance improvements
-New types of conditions
-Background image scrolling support
-Performance improvements (esp. conditions and backgrounds)
2018-02-17 23:44:25 -05:00
Sour
e37570649b Fixed compilation warning & incorrect resources 2018-02-17 23:44:18 -05:00
Sour
9a65d5639f Debugger: Show mirroring type on nametable viewer 2018-02-16 20:33:48 -05:00
Sour
fcad33750b Debugger: Added option to show previous frame behind the current frame 2018-02-16 20:05:15 -05:00
Sour
ad256e3c2e Debugger: Added new break options in "Break In" dialog 2018-02-16 19:33:20 -05:00
Sour
1e896848e8 Debugger: Fixed draw partial frame causing issues with NTSC filters (odd/even frame toggled on each step) 2018-02-16 18:16:06 -05:00
Sour
06d7c8f363 Debugger: Added PPU Register Write Viewer to PPU viewer 2018-02-16 17:36:37 -05:00
Sour
2f03fc6b9e Debugger: Trace Logger - Added "Show Memory Values" option 2018-02-14 21:46:24 -05:00
Sour
3a4bab270e Debugger: Improved breakpoint management 2018-02-10 21:23:22 -05:00
Sour
cdf5e62a81 Debugger: Added option to ignore writes that do not alter the value (in hex editor highlights & access counters) 2018-01-15 22:20:51 -05:00
Sour
897b5eaa5b Libretro: Fixed horizontal overscan w/ blargg's NTSC filter 2018-01-12 18:11:21 -05:00
Sour
507cb32a44 Libretro: Fixed vertical overscan with blargg's NTSC filter 2018-01-12 17:36:24 -05:00
Sour
4fc1cb107b Libretro: Make NTSC filters output in 240p (faster & works better with shaders) 2018-01-11 22:31:07 -05:00
Sour
0b7b98f726 Movies: Save input poll scanline in movie settings (and assume the old 240 value when it's missing) 2018-01-11 17:54:31 -05:00
Sour
adbeb02293 Ensure fast forward gets turned off when a game crashes or changes 2018-01-11 17:53:02 -05:00
Sour
6cf1e93f6c FDS: Don't fast forward when fast forward option is off 2018-01-11 17:06:40 -05:00
Sour
af35504f27 Libretro: Reduce input configuration spam on startup 2018-01-11 17:01:27 -05:00
Sour
f4a8673848 FDS: Improved auto disk insert compatibility 2018-01-10 23:08:08 -05:00
Sour
4306320f80 Libretro: Added support for controller configuration and added support for several input devices (powerpad, arkanoid, etc.) 2018-01-09 23:15:08 -05:00
Sour
8a107d7ecd Libretro: Allow custom palettes via MesenPalette.pal file 2018-01-08 20:42:17 -05:00
Sour
8a9028f7e3 Libretro: Added OSD messages (fds disk insert, vs coin insert, region change, game load, etc.) 2018-01-08 20:11:11 -05:00
Sour
efe60a082e Libretro: Fixed issues with system actions (FDS/VS and reset button) 2018-01-07 23:16:50 -05:00
Sour
75c2776469 Video: Added option to toggle vertical resolution blending in NTSC filters 2018-01-07 15:52:05 -05:00
Sour
f5133242c5 Video: Fixed scanline effect on non-ntsc video filters 2018-01-07 14:55:59 -05:00
Sour
35f5eb60c1 Debugger: Improved debugger tools for MMC5 extended attributes 2018-01-07 13:15:25 -05:00
Sour
a0a6d89416 Input: Fixed extra frame of input lag 2018-01-07 10:31:37 -05:00
Sour
31c6d229fa Fixed compilation error 2018-01-07 10:05:58 -05:00
Sour
f044e2b57f Fixed uninitialized variable accesses 2018-01-07 09:44:43 -05:00
Sour
3c478d1f58 Libretro: Added support for achievements 2018-01-07 01:22:28 -05:00
Sour
02b1d41079 HD Packs: Fixed out of bounds memory access 2018-01-06 08:07:37 -05:00
Sour
1e0b55f95b Video: Fixed red line at bottom of screen with NTSC filter 2018-01-06 08:07:16 -05:00
Sour
1ac82641b8 Libretro: Removed Lua dependency 2018-01-05 15:37:49 -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
3c78f9a7f6 Debugger: Fixed background color for unidentified blocks in some conditions 2018-01-03 21:58:26 -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
a4e19b5df1 Debugger: Added checkboxes to mute specific channels in APU Viewer 2018-01-02 15:08:07 -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
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