Commit graph

1328 commits

Author SHA1 Message Date
Sour
16873540f4 Debugger: Event Viewer - Add PC value to tooltip (displays PC at the start of the current instruction) 2018-02-23 12:54:00 -05:00
Sour
981b121848 Debugger: Reduce frame lag between event viewer and main window when running 1 frame at a time 2018-02-23 12:18:12 -05:00
Sour
75043a1675 Debugger: Fixed crash when attempting to add a breakpoint with an invalid condition 2018-02-23 09:08:53 -05:00
Sour
60402fe54d Debugger: Fixed CPU breakpoints on registers 2018-02-23 08:49:14 -05:00
Sour
feb4828a9b Debugger: Fixes/improvements to CA65 .dbg file import 2018-02-23 08:28:29 -05:00
Sour
c8cbbb5c41 Fixed compilation warning in debug build 2018-02-23 08:05:27 -05:00
Sour
ad73fd2249 Debugger: Fixed event viewer not displaying breakpoint marks when stepping through code 2018-02-22 17:02:17 -05:00
Sour
24d4e91c6e Debugger: Fixed rare crash when opening event viewer 2018-02-21 19:51:43 -05:00
Sour
02e0f708bc Debugger: Added grayscale palette option to NT and CHR viewers 2018-02-20 22:21:51 -05:00
Sour
3bb760703e Debugger: Added "Break on Crash" option 2018-02-20 21:59:56 -05:00
Sour
9bd04c6535 Debugger: Fixed issues with expression evaluator when using braces/parenthesis/brackets 2018-02-20 20:04:43 -05:00
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