Sour
|
6d1ca4503e
|
Added option to boot up (some) mappers in a random state (useful for homebrew dev)
|
2018-04-14 22:12:05 -04:00 |
|
Sour
|
fd4a8cbf43
|
Debugger: Added "test runner" headless mode to run Lua scripts w/o UI
|
2018-04-14 21:53:52 -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
|
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
|
b0f971bb32
|
Debugger: Prevent bring to front when loading save state while paused
|
2018-03-10 12:19:59 -05:00 |
|
Sour
|
e6014830f2
|
Debugger: Ability to customize all keyboard shortcuts
|
2018-03-10 09:58:24 -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
|
51ce8a4781
|
Debugger: Added pause icon (and option to hide it)
|
2018-03-03 13:11:45 -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
|
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
|
feb4828a9b
|
Debugger: Fixes/improvements to CA65 .dbg file import
|
2018-02-23 08:28:29 -05:00 |
|
Sour
|
24d4e91c6e
|
Debugger: Fixed rare crash when opening event viewer
|
2018-02-21 19:51:43 -05:00 |
|
Sour
|
02e0f708bc
|
Debugger: Added grayscale palette option to NT and CHR viewers
|
2018-02-20 22:21:51 -05:00 |
|
Sour
|
3bb760703e
|
Debugger: Added "Break on Crash" option
|
2018-02-20 21:59:56 -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
|
06d7c8f363
|
Debugger: Added PPU Register Write Viewer to PPU viewer
|
2018-02-16 17:36:37 -05:00 |
|
Sour
|
2f03fc6b9e
|
Debugger: Trace Logger - Added "Show Memory Values" option
|
2018-02-14 21:46:24 -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
|
75c2776469
|
Video: Added option to toggle vertical resolution blending in NTSC filters
|
2018-01-07 15:52:05 -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
|
0c9cbe4da0
|
Debugger: Improve CPU memory mapping display (vs work ram and save ram regions)
|
2018-01-02 12:06:20 -05:00 |
|
Sour
|
2118d498c7
|
Debugger: Added APU viewer tool
|
2018-01-01 23:23:18 -05:00 |
|
Sour
|
2f9305779d
|
Debugger: Add options to generate stripped rom based on CDL data
|
2018-01-01 12:09:33 -05:00 |
|
Sour
|
10bb86bca9
|
Debugger: Added option to display tiles with their last known palette in CHR viewer
|
2018-01-01 00:31:16 -05:00 |
|
Sour
|
35f65fad73
|
Debugger: Option to show label in breakpoint list (+ fixed display for absolute PPU breakpoints)
|
2017-12-31 17:22:54 -05:00 |
|
Sour
|
3fdc000a3d
|
Debugger: Properly support division by 0 in expressions
|
2017-12-29 22:08:50 -05:00 |
|
Sour
|
9e09c51e7c
|
Linux: Fixed interop crash when trying to record a movie
|
2017-12-28 13:15:01 -05:00 |
|
Sour
|
af0454b3ef
|
Linux: Fixed compilation errors/warnings and issues w/ hd packs, ppu viewer and debugger
|
2017-12-28 12:47:26 -05:00 |
|
Sour
|
ffa58b6380
|
Video: Added refresh rate selection for exclusive fullscreen
|
2017-12-28 10:59:27 -05:00 |
|
Sour
|
c12122d69c
|
Debugger: Added highlight modes based on CDL flags to memory viewer
|
2017-12-26 17:33:46 -05:00 |
|
Sour
|
c0cfea6d6e
|
Debugger: Fixed issue that sometimes caused an empty code window when opening debugger after opening other debugger tools
|
2017-12-26 16:11:28 -05:00 |
|
Sour
|
a93d50ea1f
|
UI: Added "Always on top" option in preferences
|
2017-12-26 12:38:30 -05:00 |
|
Sour
|
51ac954f8c
|
Input: Added UI to configure bandai microphone bindings
|
2017-12-25 23:34:39 -05:00 |
|
Sour
|
d895c99cbd
|
Input: Improved config UI for Powerpad (+ added toggle for side A/B)
|
2017-12-22 21:57:25 -05:00 |
|
Sour
|
1825943a7f
|
Movies: Added option dialog when starting a recording
|
2017-12-22 15:08:58 -05:00 |
|
Sour
|
98f2b65c7f
|
Input: Added UI to select sensitivity for mouse-like devices
|
2017-12-21 21:31:42 -05:00 |
|
Sour
|
d2ef196a3b
|
Input: Added "keyboard mode" toggle to improve keyboard input
|
2017-12-17 21:11:54 -05:00 |
|
Souryo
|
114d9d2313
|
Video: Exclusive fullscreen mode (wip)
|
2017-11-29 23:24:26 -05:00 |
|
Souryo
|
4b3edac310
|
Input: Added UI for family basic tape recorder
|
2017-11-24 21:38:12 -05:00 |
|
Souryo
|
850102bbdc
|
Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come)
Movies: Rewrote format to support all IO devices and console types
Netplay: Now supports all IO devices and console types
|
2017-11-19 23:08:23 -05:00 |
|
Souryo
|
fec2a2130b
|
Video: Added option to rotate display by 90/180/270 degrees
|
2017-11-11 20:55:33 -05:00 |
|
Souryo
|
028b2ff089
|
UI: Fixed pause screen issues (was sometimes being shown when it should not have)
|
2017-10-07 21:00:02 -04:00 |
|