Commit graph

2299 commits

Author SHA1 Message Date
Sour
d65f7a38c9 Debugger: Allow drag/drop of label files (dbg, mlb, fns) 2018-08-19 15:27:09 -04:00
Sour
80c41f69c2 Debugger: Fixed issues with multiselect in virtual lists 2018-08-19 15:19:28 -04:00
Sour
f97331e901 Debugger: Fixed PRG addresses not updating properly in source view mode 2018-08-19 15:09:20 -04:00
Sour
0cd345cbca Debugger: Fixed memory labels when load/run values are different (in LD65 config) 2018-08-19 15:07:21 -04:00
Sour
02e163f996 Debugger: Fixed DBG file import with NSF files ($70 offset on PRG labels) 2018-08-19 14:00:00 -04:00
Sour
726a4121dd Debugger: Improved CPU/PPU memory mapping display 2018-08-19 13:53:20 -04:00
Sour
e72f8377cd Header Editor: Fixed issues when using header editor with a headerless rom 2018-08-13 18:35:56 -04:00
Sour
93427583c7 NTSC (bisqwit): Removed black bar on left, fixed cutoff pixels on right 2018-08-11 19:38:19 -04:00
owomomo
5577bc996e Updated Chinese translation (#462) 2018-08-10 18:42:59 -04:00
Licardo
29dc87fa36 Updated Chinese localization (#461) 2018-08-10 18:38:30 -04:00
Sour
434a023a80 Fixed compilation error 2018-08-09 18:31:09 -04:00
Sour
87545477bb Integrated Chinese resources into UI (+ reformatted) 2018-08-09 18:18:33 -04:00
Licardo
8682709c1b Added Chinese translation (#458) 2018-08-09 17:37:14 -04:00
Sour
9df424af8a Debugger: Trace Logger - Ensure .txt is appended to filename automatically by fixing filter dropdown 2018-08-09 16:51:05 -04:00
Sour
1aef0c3d63 Libretro: Integrated makefile updates for Hakchi (by swingflip) 2018-08-08 20:27:22 -04:00
Arcus87
02ba4128b0 Ukrainian language update (#457) 2018-08-08 19:25:04 -04:00
Sour
1eea81f2c5 Fixed crash when trying to map memory ranges that aren't multiples of 256 bytes (or misaligned) 2018-08-07 18:29:09 -04:00
Sour
ab9994f459 N163 Audio: Fixed issue when only 1 channel is active 2018-08-07 18:13:38 -04:00
Sour
ec60b53059 UI: Make "Load random game" search the configured game folder (when one is set) instead of using recent folders 2018-08-06 20:07:00 -04:00
Sour
47ba3f8282 Libretro: Enable softpatching support 2018-08-06 19:48:57 -04:00
Sour
ffb86f79c6 UI: Fixed typos in French resources 2018-08-06 18:33:44 -04:00
Sour
2e99f5aac1 History Viewer: Allow viewer to pause at the end of the video even if the debugger was active when the viewer was opened 2018-08-06 18:32:54 -04:00
Sour
7247b0cb4b History Viewer: Prevent history viewer from being opened before some history exists (prevents crash when trying to use resume gameplay) 2018-08-06 18:32:22 -04:00
Sour
3c30b23958 Fixed crash when trying to load an invalid rom file while a game is running with a HD pack loaded 2018-08-06 17:58:15 -04:00
Sour
53797acc99 UI: Fixed a French resource appearing in English (and removed some leftover backslashes) 2018-08-06 17:30:55 -04:00
Sour
c6f7afd3b9 Version Update: 0.9.6 2018-08-05 14:30:09 -04:00
Sour
ce123bdb94 Cheat finder: Fixed inverted logic with smaller/greater than previous value code 2018-08-05 14:23:02 -04:00
Sour
ebbdf3726f UI: Fixed pause in background logic when pause in menu is enabled 2018-08-05 13:22:59 -04:00
juanramonmartinez
a3d7538299 Spanish translation update (#447) 2018-08-04 10:44:57 -04:00
Sour
d67a1ec832 Libretro: Fixed missing .cpp in makefile 2018-08-03 23:39:10 -04:00
Sour
27ee26c6cb Fixed build issues for Libretro and Linux 2018-08-03 22:49:10 -04:00
Sour
bdd4d826dc FK23C: Reimplemented from scratch based on NewRisingSun's research
+Removed duplicate implementations as other mappers
2018-08-03 22:31:53 -04:00
Sour
f6bef8b116 Docs: Updated documentation for 0.9.6 2018-08-03 12:58:33 -04:00
Sour
4c1cff2d0f Debugger: Event Viewer - Fixed minor issues with mouse position overlay 2018-08-03 12:10:05 -04:00
Sour
781650e8bf Audio: Added comb filter stereo effect 2018-08-03 10:49:23 -04:00
Sour
80afa1ab00 UI: Relabelled NTSC filters to distinguish between blargg's and Bisqwit's filters 2018-08-02 22:52:17 -04:00
Sour
acebd1a817 NTSC Filter: Fixed blank screenshots when vertical blending is turned off 2018-08-02 22:45:00 -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
1a7f07cff5 Debugger: Fixed issues with using labels in breakpoint conditions 2018-08-02 20:44:48 -04:00
Sour
3c8c046e67 Debugger: Script window - add link to API reference in help menu 2018-08-01 21:45:22 -04:00
Sour
de01d4a666 Refactor: Stop using static call syntax for functions that aren`t static anymore (Pause/Resume) 2018-08-01 20:20:49 -04:00
Sour
48c71526f2 Fixed freeze/crash when resetting the lag counter 2018-08-01 20:18:10 -04:00
Sour
7e905b89c5 Audio: Disable dynamic sample rate adjustment when recording wav/avi 2018-07-31 18:58:50 -04:00
Sour
ceda28fcbb Debugger: Minor performance fix for debug HUD 2018-07-30 21:05:51 -04:00
Sour
a978e1e08f Debugger: Lua - Fixed debug hud drawings remaining on screen after reset/power cycle/load state 2018-07-30 21:05:13 -04:00
Sour
eddfe2301c Docs: Updated Lua documentation with recent changes 2018-07-30 19:00:40 -04:00
Sour
512bf31acb Debugger: CHR Viewer - Fixed mouse over highlight not being removed on tile preview when paused 2018-07-30 19:00:25 -04:00
Sour
f708b2a2cc Debugger: Lua - Added getPrgRomOffset/getChrRomOffset functions 2018-07-29 12:10:57 -04:00
Sour
d65261d990 Debugger: Added support for NESASM's .fns files (only works well with 32kb prg rom games) 2018-07-29 11:57:49 -04:00
Sour
54b843c155 Debugger: UI - Fixed potential crashes in sort functions 2018-07-29 11:52:18 -04:00