Sour
|
7ec7512fde
|
Debugger: Added "Auto-create jump labels" option
|
2018-09-08 13:16:17 -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
|
47249556d2
|
Core: Changed timing logic to resolve issues with some setups (where the core was running at less than 60fps even if the computer was able to run at up to 200fps)
|
2018-08-26 18:53:15 -04:00 |
|
Sour
|
1a7f07cff5
|
Debugger: Fixed issues with using labels in breakpoint conditions
|
2018-08-02 20:44:48 -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
|
96bec3b2ad
|
Debugger: Event Viewer - Added option to display the previous frame's events
|
2018-07-26 21:29:56 -04:00 |
|
Sour
|
1fda16771e
|
Debugger: Lua - Added "delay" parameter to draw functions to delay the processing by X frames
+ Moved "EndFrame" event to scanline 240 instead of 241, allowing it to trigger before the frame is sent to the video card
|
2018-07-26 19:32:41 -04:00 |
|
Sour
|
b0a007de39
|
Debugger: Fixed crash/bug when PPU Viewer/Text Hooker were not set to cycle 0
|
2018-07-16 18:35:41 -04:00 |
|
Sour
|
15373016d0
|
Refactoring - removed statics from EmulationSettings
|
2018-07-14 18:32:32 -04:00 |
|
Sour
|
d72d1f3c6d
|
Added more VS System info to DB, support for new NES 2.0 proposals (WIP) + some refactoring
|
2018-07-08 10:28:49 -04:00 |
|
Sour
|
c877f73891
|
Split part of MessageManager into non-static NotificationManager
+ Fixed movie recording/playback (for .mmo files)
|
2018-07-08 10:28:47 -04:00 |
|
Sour
|
04310eddb4
|
Core refactoring (remove static variables) - WIP
|
2018-07-08 10:28:47 -04:00 |
|
Sour
|
1e90a71394
|
Linux: Removed -Wno-switch option and fixed warnings
|
2018-06-25 15:56:05 -04:00 |
|
Sour
|
669113710a
|
Linux: Fixed warnings (and enabled no-parentheses warning)
|
2018-06-25 15:13:32 -04:00 |
|
Sour
|
ee8e8fc7bf
|
Debugger: Trace Logger - Potential fix for trace logger not logging NMI/IRQ in some conditions
It was possible for the static instance to become null even though an active trace logger instance existed
|
2018-06-20 20:17:33 -04:00 |
|
Sour
|
b3c763a5f3
|
Debugger: Fixed issue with "set next statement" and assembler's "execute" feature
|
2018-06-16 17:09:37 -04:00 |
|
Sour
|
335a133e0a
|
Audio: Improved audio/video sync and reduced static/glitches in output (on both Windows & Linux)
|
2018-06-09 14:03:53 -04:00 |
|
Sour
|
8f6daaf9a9
|
Debugger: Added "Break on uninitialized memory read" option
|
2018-06-07 19:32:34 -04:00 |
|
Sour
|
1e47897ca6
|
Debugger: Allow multiple PPU viewer windows to refresh at different scanline/cycle timings
|
2018-04-14 21:32:42 -04:00 |
|
Sour
|
cbb0f0e68d
|
Debugger: Lua - Added "ScriptEnded" event
|
2018-04-04 23:35:41 -04:00 |
|
Sour
|
8af8ab205c
|
GCC: Fixed warnings
|
2018-03-24 11:22:43 -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
|
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
|
cdbef431d6
|
Debugger: Improved callstack reliability
|
2018-03-05 21:18:29 -05:00 |
|
Sour
|
c9e922f879
|
Debugger: Fixed issues with step out functionality
|
2018-02-25 12:47:39 -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
|
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
|
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 |
|
Sour
|
ad73fd2249
|
Debugger: Fixed event viewer not displaying breakpoint marks when stepping through code
|
2018-02-22 17:02:17 -05:00 |
|
Sour
|
24d4e91c6e
|
Debugger: Fixed rare crash when opening event viewer
|
2018-02-21 19:51:43 -05:00 |
|
Sour
|
3bb760703e
|
Debugger: Added "Break on Crash" option
|
2018-02-20 21:59:56 -05:00 |
|
Sour
|
7c7c948e8b
|
Fixed debug build errors
|
2018-02-20 20:03:39 -05:00 |
|
Sour
|
11c592a622
|
Debugger: Event viewer improvements/fixes
|
2018-02-19 23:23:26 -05:00 |
|
Sour
|
d8e00168a4
|
Debugger: Added "Event Viewer" tool - replaces PPU Register Write Viewer
|
2018-02-18 23:03:02 -05:00 |
|
Sour
|
9a65d5639f
|
Debugger: Show mirroring type on nametable viewer
|
2018-02-16 20:33:48 -05:00 |
|
Sour
|
fcad33750b
|
Debugger: Added option to show previous frame behind the current frame
|
2018-02-16 20:05:15 -05:00 |
|
Sour
|
ad256e3c2e
|
Debugger: Added new break options in "Break In" dialog
|
2018-02-16 19:33:20 -05:00 |
|
Sour
|
06d7c8f363
|
Debugger: Added PPU Register Write Viewer to PPU viewer
|
2018-02-16 17:36:37 -05:00 |
|
Sour
|
3a4bab270e
|
Debugger: Improved breakpoint management
|
2018-02-10 21:23:22 -05:00 |
|
Sour
|
cdf5e62a81
|
Debugger: Added option to ignore writes that do not alter the value (in hex editor highlights & access counters)
|
2018-01-15 22:20:51 -05:00 |
|
Sour
|
cf0bd50b9e
|
Libretro support (Windows)
|
2018-01-04 19:03:47 -05:00 |
|
Sour
|
cdaba3ffe8
|
Debugger: Code window display/highlighting changes + more flexibility in how to display data vs code + actions to "mark" bytes as data/code/unknown
|
2018-01-03 18:48:16 -05:00 |
|
Sour
|
35b5cafd28
|
Debugger: Fixed uninitialized variable
|
2018-01-02 10:20:44 -05:00 |
|