Commit graph

348 commits

Author SHA1 Message Date
Sour
e7f95fd14a Debugger: Improved "break in X cpu cycles" logic and added a "Run 1 CPU cycle" shortcut 2019-01-21 15:35:24 -05:00
Sour
5f88fa8cc6 Debugger: PPU Viewer - Add 2x zoom toggle 2019-01-21 14:38:38 -05:00
Sour
db370dda97 Debugger: Sprite Viewer - Added an option to display an outline around all sprites in the screen preview 2019-01-19 20:53:15 -05:00
Sour
5cdb86a323 Debugger: Profiler - Split out of memory tools and into its own window 2019-01-19 20:00:48 -05:00
Sour
107f8cf8c0 Debugger: PPU Viewer - Add shortcuts to open the compact versions of each viewer directly 2019-01-19 18:56:08 -05:00
Sour
f03b154686 Debugger: Nametable Viewer - Added "Show attribute colors only" option 2019-01-19 14:50:47 -05:00
Sour
d66bf30cf4 Debugger: PPU Viewer - Added mouse over tile info overlay to NT/CHR/Sprite viewers 2019-01-19 12:08:14 -05:00
Sour
cc07cb283a Debugger: Memory Viewer - Added missing right-click navigation options between the various PPU memory types 2019-01-17 18:00:11 -05:00
Sour
9b68473863 Debugger: PPU Viewer - Added compact display mode 2019-01-17 00:12:33 -05:00
Sour
8aa4d4a6ec Debugger: Memory Viewer - Added option to highlight the cursor's current row/column 2019-01-15 00:22:56 -05:00
Sour
b2b841421f Debugger: PPU Viewer - Add auto-refresh speed option (15/30/60 FPS) 2019-01-14 22:48:57 -05:00
Sour
76f64b19ef Debugger: Added access counters for CHR ROM/RAM and nametable memory
+Added read/write highlighting, etc. for memory viewer tabs
+Improved show tile/attribute updates in PPU viewer
2019-01-13 18:32:27 -05:00
Sour
e0b6c4f900 Debugger: Added ability to configure an external code editor (for use in Source View mode) 2019-01-12 22:20:43 -05:00
Sour
d764c28bd8 Debugger: Import Settings - Add specific options for Work/Save RAM for DBG file imports 2019-01-10 20:36:56 -05:00
Sour
859f7e912f Debugger: Memory Viewer - Added option to highlight breakpoints (by drawing a border around them) 2019-01-03 14:27:10 -05:00
Sour
25e24e30b0 Debugger: Automatically go into source view if we were in source view when we closed the debugger (when possible) 2019-01-03 12:14:37 -05:00
Sour
1c0921624f Debugger: Add "Go to all" in memory viewer 2019-01-02 23:26:53 -05:00
Sour
ce893167c6 Debugger: Added "Go to All" feature 2018-12-29 14:25:49 -05:00
Sour
937a90626d Debugger: Added option to evaluate all breakpoints on the first cycle of an instruction 2018-12-24 15:21:21 -05:00
Sour
022085082b Debugger: Added option to show current instruction's progress (cycle count, exec/read/write cycle display) 2018-12-23 11:56:28 -05:00
Sour
4459b18fa3 Debugger: Added option to display why the debugger breaks (breakpoint, break options, etc.) 2018-12-23 00:10:00 -05:00
Sour
8bd292d8d5 Input: Added option to hide mouse cursor when a zapper is connected (e.g for the aimtrak light gun) 2018-12-22 16:05:12 -05:00
Sour
be2cd9a850 Debugger: Watch - Added edit in mem viewer + view in disassembly shortcuts 2018-12-16 15:29:16 -05:00
Sour
0b7660a3fa Debugger: Reworked "Code" menu and enabled it on Linux, fixed issues where some shortcuts didn't work (e.g Mark As...) 2018-12-16 15:25:53 -05:00
Sour
4b43d6d9ab Cheats: Keep window size/position, add auto-resize to columns 2018-12-12 18:42:52 -05:00
Sour
f2af2ba986 Version Update: 0.9.7 2018-09-16 19:25:38 -04:00
Sour
7ec7512fde Debugger: Added "Auto-create jump labels" option 2018-09-08 13:16:17 -04:00
Sour
80c80181ba Debugger: Lua - Added (configurable) script timeout to prevent infinite loops from locking up the emulator 2018-09-02 15:37:13 -04:00
Sour
757054798b Keep game running after CPU crash (when Dev Mode is enabled) 2018-08-30 22:37:22 -04:00
Sour
5fbc59ccee Debugger: Added view in cpu/disassembly/etc shortcuts to hex editor 2018-08-26 20:33:08 -04:00
Sour
7e91e632cc Debugger: Added "View in ..." shortcuts to label list 2018-08-26 19:25:27 -04:00
Sour
b669781ccf Debugger: Added break on init/play options for NSF files 2018-08-21 19:41:07 -04:00
Sour
c6f7afd3b9 Version Update: 0.9.6 2018-08-05 14:30:09 -04:00
Sour
ebbdf3726f UI: Fixed pause in background logic when pause in menu is enabled 2018-08-05 13:22:59 -04:00
Sour
27ee26c6cb Fixed build issues for Libretro and Linux 2018-08-03 22:49:10 -04:00
Sour
781650e8bf Audio: Added comb filter stereo effect 2018-08-03 10:49:23 -04:00
Sour
115f46e05f Audio: Improved dynamic sample rate logic and added an option to disable it completely 2018-08-02 22:09:55 -04:00
Sour
061f84ef2b Debugger: PPU Viewer - Save palette/highlight dropdown selection 2018-07-28 22:08:12 -04:00
Sour
13d49fee5b Debugger: CHR Viewer - Added option to show single-color tiles in grayscale 2018-07-28 15:32:38 -04:00
Sour
79b773e65f Debugger: Added option to reset all labels before importing DBG/MLB files 2018-07-28 15:18:01 -04:00
Sour
96bec3b2ad Debugger: Event Viewer - Added option to display the previous frame's events 2018-07-26 21:29:56 -04:00
Sour
6a006056fa Debugger: Added option to always keep the active statement in the center of the viewport 2018-07-25 18:23:24 -04:00
Sour
4b13193241 Debugger: Fixed UI memory leaks 2018-07-25 17:42:38 -04:00
Sour
fbba774275 Debugger: Text Hooker - Improved dakuten processing 2018-07-23 20:55:56 -04:00
Sour
a13f2dd3a8 VS System: Updated dipswitch DB with dual system games (+some refactoring) 2018-07-22 15:21:48 -04:00
Sour
5f8ae4195f History Viewer: Added features, fixed issues (WIP) 2018-07-15 18:26:08 -04:00
Sour
15373016d0 Refactoring - removed statics from EmulationSettings 2018-07-14 18:32:32 -04:00
Sour
c85a09038d Debugger: Changed "Refresh watch while running" to "Refresh UI while running" (and refresh console status/memory mapping every 30 frames) 2018-07-10 00:04:59 -04:00
Sour
82dbc8bbfe VS DualSystem: Added support for 16 dipswitches 2018-07-08 10:28:50 -04:00
Sour
86b0ab5064 UI: Fixed crash at startup if custom folders cannot be created 2018-07-08 10:28:49 -04:00