Commit graph

1925 commits

Author SHA1 Message Date
Sour
f14747e110 UI: Added more auto-pause settings for more flexibility 2018-03-21 21:14:51 -04:00
Sour
8cb541a8a9 UI: Added "Load Last Session" option to load the last available "recent game" data for the currently loaded game 2018-03-20 23:17:39 -04:00
Sour
bdc7bd8b14 UI: Increased save slot count to 10 (and re-labelled auto slot in UI) 2018-03-20 22:48:00 -04:00
Sour
3a4cea91c0 UI: Added option to allow save states to be loaded even when hash mismatches (if mapper matches) 2018-03-20 22:05:38 -04:00
Sour
acf49e4226 Debugger: Source-level debugging (for CC65/CA65 projects) 2018-03-18 19:57:56 -04:00
Sour
e1a74e90e5 Debugger: Fixed rare multithreading crash (GetFunctionEntryPoints) 2018-03-18 14:53:02 -04:00
Sour
8c48aaa100 BaseMapper: Keep _hasBattery flag, even if save ram is 0 bytes long (+ removed old ForceBattery patch) 2018-03-15 23:57:35 -04:00
Sour
7b18ac4d6f Debugger: Event Viewer - Fixed events not showing up when some categories were hidden (and multiple events occurred at the same scanline/cycle) 2018-03-15 23:49:04 -04:00
Sour
90658d83d8 Fixed build for older compilers 2018-03-15 21:37:30 -04:00
Sour
22300854f5 Debugger: Fixed "refresh on pause/break" logic when debugger window is not opened 2018-03-15 20:24:08 -04:00
Sour
ed2cef21c0 UNROM-512: Fixed mirroring issues (?) 2018-03-15 19:51:28 -04:00
Sour
a68b28c06e Debugger: Make event viewer color config window non-modal 2018-03-15 19:15:48 -04:00
Sour
b6e10bc810 Debugger: Added "Break On" (scanline) feature 2018-03-15 18:34:00 -04:00
Sour
84d158cd90 Debugger: Added "Refresh on pause/break" option to ppu & event viewer 2018-03-15 17:53:58 -04:00
Sour
4b6a14f358 Debugger: Fixed crash when switching games with hex editor opened 2018-03-15 17:15:11 -04:00
Sour
aee63d072c Debugger: Adjust character limit in goto popup based on memory size 2018-03-15 17:14:41 -04:00
Sour
b79983ec2f Debugger: Memory Viewer - Add palette ram to dropdown (was removed by accident) 2018-03-14 23:36:24 -04:00
Sour
279e66a5f6 Debugger: Fixed refresh issues with memory viewer when changing memory type 2018-03-14 23:34:04 -04:00
Sour
b9e771c405 HD Packs: Added ppuMemoryCheck/ppuMemoryCheckConstant conditions 2018-03-14 23:25:06 -04:00
Sour
41ed9d57ed Debugger: Fixed threading issues in copy to hd pack format feature 2018-03-14 22:45:01 -04:00
Sour
fda119afca HD Packs: Added support for grayscale and emphasis bits 2018-03-13 21:53:51 -04:00
Sour
dac2af2294 Debugger: Fixed byte editing mode always being turned on when opening memory viewer 2018-03-11 22:41:57 -04:00
Sour
e033ecc523 Debugger: Added shortcut key to pause/unpause 2018-03-10 15:47:13 -05:00
Sour
535b7d4361 Debugger: Lua - Added setScreenBuffer/getScreenBuffer API 2018-03-10 15:44:38 -05:00
Sour
16828a0d12 Debugger: Fixed pause icon showing up due to APU viewer (among other things) 2018-03-10 14:31:05 -05:00
Sour
af0ba9ee2d Debugger: Hex Editor - Byte editing mode 2018-03-10 13:41:01 -05:00
Sour
b0f971bb32 Debugger: Prevent bring to front when loading save state while paused 2018-03-10 12:19:59 -05:00
Sour
72f5141e65 Debugger: Fixed issue with step back (last frame didn't get input values) 2018-03-10 11:17:43 -05:00
Sour
e6014830f2 Debugger: Ability to customize all keyboard shortcuts 2018-03-10 09:58:24 -05:00
Sour
64ae52322a HD Packs: Optimized some bottlenecks when parsing definition file 2018-03-07 21:56:10 -05:00
Sour
8b31493fda Libretro: Disable .sav files (RetroArch creates its own save files) 2018-03-06 20:39:49 -05:00
Sour
e23e7f4639 Debugger: Added options to configure copy behavior 2018-03-06 20:34:15 -05:00
Sour
a81e328ec8 Debugger: Fixed ctrl/shift-clicking in breakpoint list 2018-03-06 20:05:57 -05:00
Sour
5d1d2d93b4 Debugger: Focus on address field when opening breakpoint window 2018-03-06 19:50:21 -05:00
Sour
f35cef97b0 Debugger: Fixed UI crash when stack pointer is $FF 2018-03-06 19:45:39 -05:00
Sour
002b351143 Debugger: Fixed search not updating position properly (hex viewer) 2018-03-05 21:51:21 -05:00
Sour
376a56e2e1 Debugger: Fixed stack box displaying 1 extra byte 2018-03-05 21:18:54 -05:00
Sour
cdbef431d6 Debugger: Improved callstack reliability 2018-03-05 21:18:29 -05:00
Sour
23c85a447b Docs: Added source for the online documentation site 2018-03-04 20:31:33 -05:00
Sour
ba7fd71746 Debugger: Allow more stack bytes to be shown at once 2018-03-03 21:21:43 -05:00
Sour
9b27a59ccf Linux: Fixed compilation errors & UI bug 2018-03-03 16:26:24 -05:00
Sour
cdbc35e49f Debugger: Added ability to customize the default labels on a per-mapper basis 2018-03-03 15:40:11 -05:00
Sour
80ee959430 UI: Fixed preferences form layout 2018-03-03 14:59:40 -05:00
Sour
2ccc59726b Debugger: Improved display for nes/work/save ram blocks 2018-03-03 14:58:48 -05:00
Sour
74d824c399 Debugger: Added up/down buttons to code scrollbar 2018-03-03 14:58:33 -05:00
Sour
51ce8a4781 Debugger: Added pause icon (and option to hide it) 2018-03-03 13:11:45 -05:00
Sour
13d4a0fc72 Debugger: Added prg address inline compact display option 2018-03-03 12:01:16 -05:00
Sour
00af520f28 Debugger: Fixed designer crashes 2018-03-03 11:14:57 -05:00
Sour
99b470046b Debugger: Added "Go To Program Counter" menus 2018-03-03 10:53:38 -05:00
Sour
2722e63251 PGO: Turn on debugger when running PGO builds (~60% increase in performance when debugger opened) 2018-03-03 10:42:45 -05:00