Commit graph

762 commits

Author SHA1 Message Date
Souryo
a6579fbfdb Linux: Implemented sockets/netplay + fixed uninitialized variable crash 2016-12-17 18:56:03 -05:00
Souryo
b542fd56ec Linux: Fixed PPU crash when rendering is off + uninitalized variables 2016-12-16 07:13:33 -05:00
Souryo
666dc14043 Debugger: Disabled pause when in debugger - fixes deadlocks 2016-12-14 20:48:47 -05:00
Souryo
571f439c67 Input: Fixed "Automatically configure controllers" option not working 2016-12-14 18:27:34 -05:00
Souryo
4695a4c887 Linux: Fixed debugger (randomly) not working due to uninitalized variables 2016-12-13 23:28:28 -05:00
Souryo
6547594f14 Linux: Fixed save files/screenshots folder 2016-12-13 22:44:52 -05:00
Souryo
8c4d6dd55c VRC7 Audio: Fixed startup state (caused crashes) 2016-12-12 20:34:48 -05:00
Souryo
38aa18ab9f Linux: Fixed GCC errors/warnings 2016-12-12 20:33:48 -05:00
Souryo
8439290896 Utilities: Rewrote file/folder utility functions to use the new filesystem api (works in both VC & GCC) 2016-12-11 20:42:59 -05:00
Souryo
9ca1bf263c Linux: SDL video/audio + linux key manager 2016-12-11 16:39:11 -05:00
Souryo
efca5284b1 Mono/Linux: Fixed layout issues 2016-12-11 14:25:29 -05:00
Souryo
02da94cf6b Minor fixes for windows build 2016-12-11 11:18:37 -05:00
Souryo
cbc61a1bac Fixed all GCC errors and most warnings 2016-12-11 10:56:23 -05:00
Souryo
c317179afc Debugger: Fixed emulator crash when entering some invalid watch/debug expressions 2016-12-10 15:18:50 -05:00
Souryo
c9c55b2c7e Version Update: 0.6.0 2016-12-10 14:01:20 -05:00
Souryo
e24514781f Audio: Added channel panning options 2016-12-09 21:23:20 -05:00
Souryo
2fac266303 Audio: Added crossfeed option for stereo filters 2016-12-09 14:47:34 -05:00
Souryo
7fe6ae6a0d Debugger: Fixed profiler counting jsr/rts cycles in the wrong function 2016-12-09 13:45:50 -05:00
Souryo
2cbae24ded UI: Added "Load Random Game" option 2016-12-09 12:49:17 -05:00
Souryo
3f3b3ffb3c Audio: Improve sound latency - can be set 4-5x lower than before without crackling sounds 2016-12-09 10:30:09 -05:00
Souryo
cad8995696 Video: Aspect ratio now takes overscan settings into account to give an accurate pixel aspect ratio, no matter the overscan 2016-12-09 09:23:04 -05:00
Souryo
75076d5db5 Debugger: Refactoring/performance fixes for memory access counters 2016-12-09 00:02:56 -05:00
Souryo
8a2c4194a9 Debugger: Added profiler in memory tools (renamed from memory viewer) 2016-12-08 19:30:41 -05:00
Souryo
c7b8b56780 Debugger: Fixed LogStatic() calls not being inserted at the right position in the log file 2016-12-07 19:36:19 -05:00
Souryo
cca14842a7 Debugger: Fixed crash in trace logger 2016-12-07 19:33:05 -05:00
Souryo
e8c86804ac Debugger: Replaced "Apply Changes" button with an "Undo" button instead - changes are automatically applied on the next instruction after changing them 2016-12-06 19:03:29 -05:00
Souryo
bb053a2c2b Debugger: Fixed disassembly of unverified code causing real code to not be shown properly + prevented out-of-bound memory accesses 2016-12-06 17:59:16 -05:00
Souryo
8c9f32419c Debugger: Options to disassemble unknown blocks and/or data 2016-12-05 23:35:07 -05:00
Souryo
e562ab744b Audio: Added an option to reduce popping sounds on the DMC channel (via $4011 writes) 2016-12-04 23:31:52 -05:00
Souryo
a37992e299 Audio: Fixed bug with stereo delay filter when changing sample rate (right channel is muted) 2016-12-04 22:52:39 -05:00
Souryo
63d1cac802 Debugger: Added address range option for breakpoints 2016-12-04 12:21:20 -05:00
Souryo
dd2d0697a0 Debugger: Removed leftover debug code 2016-12-04 12:16:30 -05:00
Souryo
8261e95f93 Debugger: Prevent adding breakpoints with invalid conditions 2016-12-04 11:40:31 -05:00
Souryo
52c1d160fe Debugger: Prevent dummy reads from triggering breakpoints 2016-12-04 11:26:21 -05:00
Souryo
33ca8cb3f5 Debugger: Option to display opcodes in lower case 2016-12-04 11:16:44 -05:00
Souryo
d541457a57 Debugger: Updated some labels & instruction names, fixed layout slightly 2016-12-04 09:16:09 -05:00
Souryo
860989180d Debugger: Fixed watch for internal ram/register labels 2016-12-03 10:46:59 -05:00
Souryo
e10121368c Debugger: Option to display PPU scroll in nametable viewer 2016-12-02 18:10:37 -05:00
Souryo
c1a6453343 Debugger: Memory access counters (read/write/exec/uninitialized read) 2016-12-01 19:38:48 -05:00
Souryo
0007ca3e40 Debugger: Trace logger performance improvements (3-4x faster than before) 2016-11-28 19:51:43 -05:00
Souryo
3c2801f21a Debugger: Make disassembler disassemble untaken branches 2016-11-27 20:10:36 -05:00
Souryo
28899e3e18 Debugger: Added option to highlight disassembled but not yet executed code (e.g unused branches) 2016-11-27 19:43:17 -05:00
Souryo
ac2c5d3f52 Debugger: Fixed disassembly display for relative jumps 2016-11-27 10:44:49 -05:00
Souryo
0c0033e7c9 Debugger: Added option to select at what scanline/cycle to display data in PPU viewer 2016-11-26 20:44:23 -05:00
Souryo
81c24d9e8f Debugger: Small bug fixes 2016-11-26 18:50:34 -05:00
Souryo
5db212c98c Debugger: Prevent autosave from resuming execution 2016-11-26 18:04:09 -05:00
Souryo
ea9c32437c Debugger: Added feature to manually change the CPU/PPU's state 2016-11-26 17:48:11 -05:00
Souryo
42d9fb0ea1 Debugger: Fixed flickering lists, performance improvements, etc. 2016-11-26 14:15:50 -05:00
Souryo
80bd7d0b3e Debugger: Performance improvements, code refactoring & code display changes/fixes 2016-11-26 10:42:59 -05:00
Souryo
e6689363e7 Debugger: Small tweaks to comment/label display 2016-11-24 18:29:36 -05:00