Commit graph

2372 commits

Author SHA1 Message Date
Sour
a46493c6bd Debugger: Fixed register labels not being used for addresses (roughly) outside the $2000-$5FFF range 2018-12-10 19:52:16 -05:00
Sour
54b4604d7c Debugger: Always display watch result with 4 hex digits when using {$00} syntax 2018-12-10 19:30:09 -05:00
Sour
6fd2c2229e Debugger: PPU Viewer - Fixed crash in sprite viewer 2018-12-10 18:53:17 -05:00
Sour
d355827382 Debugger: Allow minimize window in PPU/APU viewers 2018-12-10 18:51:52 -05:00
Sour
d5b4d210ba Debugger: Allow labels to be created on the last valid byte of the range 2018-12-10 18:48:06 -05:00
Sour
031f320d44 Debugger: PPU Viewer - Fixed rare crashes when exporting to PNG (caused by trying to use previously pinned memory after it is no longer pinned and might have been moved by the GC) 2018-12-09 13:02:06 -05:00
Sour
70ad89a05a Debugger: Always realign disassembly based on the PC at the start of the current instruction 2018-12-09 12:01:00 -05:00
Sour
70a0389b2c Fixed screenshots not being saved when playing a rom stored inside a zip/7z file 2018-12-09 10:48:56 -05:00
Sour
c901226f8c Debugger: Fixed memory tools crash when using multi-byte replace rules in TBL files 2018-12-03 01:50:29 -05:00
Sour
37904b8679 AOROM: Fixed mirroring power on state 2018-11-20 02:31:55 -05:00
Sour
4e372fbb86 Debugger: Fixed crash when using /testrunner feature 2018-11-20 02:20:46 -05:00
Sour
b9703369cf Debugger: Fixed memory leak in Event Viewer 2018-11-20 02:08:59 -05:00
altiereslima
01ed8f6598 Update Portuguese translation (#530) 2018-11-19 18:18:50 +09:00
juanramonmartinez
9914895534 UI: Spanish language update (#527) 2018-11-12 18:36:29 +09:00
Guilherme Dias
81bc306135 Update Portuguese translation (#523) 2018-11-08 17:22:18 +09:00
Ryan 'Swingflip' Hamlin
6c3398250a Added Classic Platform structure - ARMv7 Cortex A7 build (#516) 2018-10-20 17:22:08 +09:00
Sour
9e5c22492b Debugger: Fixed multithreading crashes/freezes when marking bytes as data/code 2018-09-26 07:23:32 -04:00
altiereslima
a49aa84685 Update Portuguese translation (#503) 2018-09-21 16:58:51 -04:00
Sour
420fb9c050 UI: Allow random game feature to load from zip/7z files 2018-09-17 20:09:34 -04:00
Sour
f2af2ba986 Version Update: 0.9.7 2018-09-16 19:25:38 -04:00
Sour
f5f844d796 Debugger: Hide "View in ... memory" option from right-click menu when it's not available 2018-09-16 19:14:24 -04:00
Sour
21aa1af8b0 Cheat Finder: Fixed small layout issue 2018-09-16 19:11:04 -04:00
Sour
d597a7a696 Linux: Fixed compilation warnings 2018-09-16 13:12:45 -04:00
Sour
daccde89d7 Docs: Fixed typo 2018-09-15 11:13:51 -04:00
Sour
766eea5829 Debugger: PPU Viewer - Added "Export to PNG" option 2018-09-15 11:11:46 -04:00
Sour
d03a0538d7 Docs: Update documentation (debugger / hd packs) 2018-09-15 11:00:03 -04:00
Sour
a4a865a0a8 Debugger: Fixed event viewer (list view) sort column refresh issue 2018-09-15 10:57:46 -04:00
Sour
f3778b58bb HD Packs: Use hex format for tile indexes (CHR ROM)
(Easier to map the tile indexes with bank/column/row numbers)
2018-09-15 09:59:17 -04:00
Sour
0d40a57d07 HD Packs: Added mask parameter to memoryCheck conditions 2018-09-15 09:49:02 -04:00
Sour
5f01ec59f4 HD Pack Builder: Fixed issues with pause icon/break functionality when recording hd packs with debugger opened 2018-09-14 22:09:51 -04:00
Sour
35b182b435 HD Pack Builder: Allow HD tiles to be shown while recording 2018-09-13 20:58:35 -04:00
Sour
7ec7512fde Debugger: Added "Auto-create jump labels" option 2018-09-08 13:16:17 -04:00
owomomo
f25d680e32 Updated Chinese translation (#501) 2018-09-08 10:45:26 -04:00
Sour
52fea4c0d8 Debugger: Fixed layout issues in APU viewer 2018-09-08 10:39:14 -04:00
Sour
fd33562205 HD Pack Builder: Improved performance while recording (~80fps -> ~180fps) 2018-09-07 21:30:00 -04:00
Sour
f69b891d53 Debugger: Fixed PPU-related issues when using the debugger & the HD pack recorder at the same time 2018-09-07 21:12:30 -04:00
Sour
d305abe8fe Debugger: Nametable viewer - Fixed scroll overlay position when game updates scroll offsets mid-frame 2018-09-07 21:10:52 -04:00
Sour
e4037ea602 UI: Added missing label to resources 2018-09-07 17:23:43 -04:00
juanramonmartinez
18c331d9be Update Spanish Language (#499) 2018-09-07 17:21:07 -04:00
Sour
512d971b87 MMC3: Fixed Low G Man (by allowing the use of the WRAM disabled flag with non-NES 2.0 headers)
This may break MMC6 games that aren't in the game DB unless they are converted to NES 2.0 headers and set to submapper 1.
2018-09-07 17:17:35 -04:00
Sour
2b5e545304 Debugger: Fixed crash when loading TBL files that contain empty replacement rules 2018-09-05 20:52:30 -04:00
Sour
8019e70483 Debugger: Fixed crashes with TBL files when unknown characters are present in the TBL file (e.g because it was not UTF-8 encoded) 2018-09-05 20:51:44 -04:00
Sour
e995c66927 Debugger: Fixed crash when disassembling internal RAM 2018-09-05 20:29:26 -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
db1b689161 Cheats: Fixed crash when clicking on cheat finder tab 2018-09-02 12:19:18 -04:00
Sour
67accbf4d9 Debugger: Improved hex editor paste logic when pasting hex text 2018-09-01 17:56:42 -04:00
Sour
0ea9d4dff1 Debugger: Clarify flag names in op code description (op code tooltips) 2018-09-01 17:09:54 -04:00
Sour
c40cf93da5 Debugger: Edit label - Make enter key equivalent to clicking OK 2018-09-01 16:46:46 -04:00
Sour
77a5d6c443 Debugger: Fixed copy to clipboard image scale for CHR viewer 2018-09-01 16:40:53 -04:00
Sour
df68bf615b Debugger: Hide extra separator in break options when not running an NSF 2018-08-30 22:38:51 -04:00