Commit graph

1223 commits

Author SHA1 Message Date
Mat M
dbcb9c73d4 MMC3_182: Correct switch fallthrough in WriteRegister() (#365) 2018-04-09 17:41:30 -04:00
Sour
9ef6d188c7 Mapper 121: Fixed CHR bankswitching issue 2018-04-06 18:10:25 -04:00
Sour
cbb0f0e68d Debugger: Lua - Added "ScriptEnded" event 2018-04-04 23:35:41 -04:00
Sour
f4d03585f4 Super24in1Sc03: Fixed power up state & reset behavior 2018-04-04 17:35:27 -04:00
retro-wertz
ef8735a182 Mapper 15: Update compatibility (#347) 2018-04-01 14:47:22 -04:00
Sour
6275d6948b Version Update: 0.9.5 2018-03-31 15:18:23 -04:00
Sour
490ea3d5f6 Debugger: Lua - Added API to access/reset memory access counters 2018-03-30 19:54:47 -04:00
Sour
82f8676a09 Libretro: Improve support for retroachievements 2018-03-29 20:50:52 -04:00
Sour
12249df1a7 HD Packs: Added support for <= & >= operators in memoryCheck conditions 2018-03-25 17:39:17 -04:00
Sour
8af8ab205c GCC: Fixed warnings 2018-03-24 11:22:43 -04:00
Sour
566a46e21f Fixed GCC builds 2018-03-24 10:21:11 -04:00
Sour
b641830058 Debugger: Lua - Fixed some bugs/limitations with drawing routines (now works with NTSC filters, etc.) 2018-03-24 10:09:04 -04:00
Sour
59858bdd58 Linux: Fixed build 2018-03-22 20:54:56 -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
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
ed2cef21c0 UNROM-512: Fixed mirroring issues (?) 2018-03-15 19:51:28 -04:00
Sour
b9e771c405 HD Packs: Added ppuMemoryCheck/ppuMemoryCheckConstant conditions 2018-03-14 23:25:06 -04:00
Sour
fda119afca HD Packs: Added support for grayscale and emphasis bits 2018-03-13 21:53:51 -04: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
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
cdbef431d6 Debugger: Improved callstack reliability 2018-03-05 21:18:29 -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
2ccc59726b Debugger: Improved display for nes/work/save ram blocks 2018-03-03 14:58:48 -05:00
Sour
51ce8a4781 Debugger: Added pause icon (and option to hide it) 2018-03-03 13:11:45 -05:00
Sour
e31f1b9b32 HD Packs: Fixed a couple of regressions 2018-02-26 18:42:49 -05:00
Sour
5ed67cb3de HD Packs: Add bgm/sfx volume to save state 2018-02-25 17:16:46 -05:00
Sour
83295b4117 HD Packs: Allow all conditions to be inverted by using the ! operator 2018-02-25 17:03:06 -05:00
Sour
94c114e713 HD Packs: Invert X/Y axis for spriteNearby conditions if the current tile is mirrored 2018-02-25 16:38:00 -05:00
Sour
c50e0ffef4 HD Packs: Revert sprite logic change - BG priority sprite pixels *must* be allowed to appear on the sceen even when the original color was 0 (it`s up to the HD Pack to implement proper transparency) 2018-02-25 16:21:01 -05:00
Sour
c9e922f879 Debugger: Fixed issues with step out functionality 2018-02-25 12:47:39 -05:00
Sour
02aaad65a8 Fixed rom search causing logging, input changes and FDSbios prompt 2018-02-25 11:27:32 -05:00
Sour
7ccf093a7e Debugger: Fixed callstack displaying incorrect data when breaking on a RTS instruction 2018-02-25 10:38:45 -05:00
Andrés
5b8800f038 Libretro: Builtbot support for Android 2018-02-24 18:20:01 -05:00
Sour
439f72e5ee Debugger: Fixed random multithread crash when using undo feature 2018-02-24 16:23:46 -05:00
Sour
d62d701e64 Debugger: Added paste/undo support in hex editor 2018-02-24 14:23:54 -05:00
Sour
f8ed813d14 Debugger: Added options to configure whether or not the debugger pops up on breakpoints and pause/frame advance 2018-02-24 11:07:27 -05:00
Sour
00b51805b9 Debugger: Code Window - Cleanup/Improve look for labels/comments inside data sections 2018-02-23 12:54:43 -05:00
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