Sour
72fc0de383
Allow dipswitches to be manually configured for mappers that use them (instead of incrementing the value on reset)
2019-02-08 19:39:35 -05:00
Sour
c5e4de9542
Video: Precalculate brightness/etc for the palette instead of manually applying it to each pixel
2019-02-07 19:45:17 -05:00
Sour
3a752d6755
Added support for 512-color palette files
2019-02-07 18:51:24 -05:00
Sour
52c4dbc3a0
Debugger: Do not mark the instruction after a branch
2019-02-02 13:23:37 -05:00
Sour
e758398b8f
PPU: Disabling rendering during sprite evaluation causes the OAM address to be incremented by 1
2019-02-02 00:25:08 -05:00
Sour
937f0c68ac
History Viewer: Add save state to all movies when power on ram state is random
...
(Temporary fix until random ram is properly supported by movies)
2019-02-01 14:17:16 -05:00
Sour
3c31153acc
Fixed sound playback issues in history viewer and during rewind
2019-02-01 14:15:27 -05:00
Sour
10a7928f52
History Viewer: Added option to export a save state
2019-02-01 13:05:25 -05:00
Sour
accd3e7a0a
Video: Fixed issue with hue being altered even when hue setting was set to 0
2019-02-01 11:59:12 -05:00
Sour
b6e7ce4a9b
Fixed crash when exiting while an AVI is being recorded.
...
Caused by MessageManager::_messageManager pointing to a deleted object because the renderer was already deleted by the time we tried displaying a message on the screen.
2019-01-30 20:18:07 -05:00
Sour
3b0216ad4b
Debugger: Expressions - Added support for binary
...
+ Made expression checking a bit better still
2019-01-29 19:15:57 -05:00
Sour
ddbee6b500
Debugger: Improve validation of expressions (force operator after closing brackets/etc)
2019-01-29 18:55:40 -05:00
Sour
17c629e90c
Debugger: Fixed expression evaluator caching the result of invalid expressions (when an unknown label is used, etc.)
...
This caused the watch window to permanently display "Invalid expression" for a label that was evaluated and cached before it was created, even after the label is created.
2019-01-29 18:32:17 -05:00
Sour
f6b474569d
PPU: Prevent palette writes during HBlank when rendering is enabled
...
+ Try to emulate the behavior of $2007 writes during rendering better
2019-01-27 20:53:25 -05:00
Sour
9905f3a5da
Debugger: Fixed crash when closing Lua script window (if script isn't running and it is the only debugger window opened)
2019-01-27 14:31:05 -05:00
Sour
5e5e1a5e60
Linux: Fixed compiler warnings
2019-01-26 16:49:26 -05:00
Sour
5ac6985c71
APU: Fixed DMC sample address wraparound behavior
2019-01-26 11:45:26 -05:00
Sour
c29c8a34ae
APU: Set DMC channel sample addr/length to $C000/1 byte at power on (based on hardware tests)
2019-01-26 11:38:22 -05:00
Sour
c4dbe9929c
Added support for Bandai's EEPROMs
2019-01-26 10:05:07 -05:00
Sour
bf86f5458a
APU: Fixed "catch up" bug that caused the frame counter's pacing to be incorrect
2019-01-25 20:39:22 -05:00
Sour
ffc81903f9
Debugger: Performance Tracker - Allow controlling display mode/speed with left/right click buttons
2019-01-24 17:31:44 -05:00
Sour
9ceb522874
Debugger: Added "Performance Tracker" tool
2019-01-24 00:50:42 -05:00
Sour
fd2b7ab649
Fixed compilation warnings
2019-01-23 23:59:59 -05:00
Sour
ee7f0151ad
Debugger: Fixed "step over" when on a JSR/BRK instruction
2019-01-23 23:57:31 -05:00
Sour
abf5c43896
Input: Added an option to customize the deadzone for analog sticks
2019-01-22 19:38:24 -05:00
Sour
1861035534
Debugger: Allow the "show data/unidentified data/code" toggles to hide disassembled code (instead of just data)
2019-01-21 16:51:19 -05:00
Sour
e7f95fd14a
Debugger: Improved "break in X cpu cycles" logic and added a "Run 1 CPU cycle" shortcut
2019-01-21 15:35:24 -05:00
Sour
e29bd94d55
Timing: Prevent emulation from speeding up for extended periods of time after an unexpected freeze
2019-01-21 09:48:54 -05:00
Sour
295a68f43d
Core: Optimize rom search logic and set a maximum limit (100) to the number of files that are hashed before giving up
2019-01-20 16:33:23 -05:00
Sour
2ef8e235c6
Fixed infinite loop when trying to load invalid rom files (when file size does not match header)
2019-01-20 15:04:23 -05:00
Sour
79393027f0
Mapper 112: Fixed mapper issue causing bugs in Zhen Ben Xi You Ji (and rewrote mapper implementation to not rely on MMC3 code)
2019-01-20 09:21:17 -05:00
Sour
8293382024
Debugger: Added more values for expressions (Sprite0Hit, Branched, etc.)
2019-01-19 20:41:31 -05:00
Sour
bfcc990cb3
Debugger: Lua - Fixed getLabelAddress failing when used with multi-byte label name
2019-01-19 14:59:18 -05:00
Sour
f03b154686
Debugger: Nametable Viewer - Added "Show attribute colors only" option
2019-01-19 14:50:47 -05:00
Sour
346c496004
NES 2.0: Updated controller type field code to match changes in spec
2019-01-19 13:27:23 -05:00
Sour
2aaac25956
Debugger: Fixed out-of-bounds memory access when trying to process uninitialized reads
2019-01-18 22:15:17 -05:00
Sour
6036e6cfb0
Debugger: Assembler - Allow binary immediate values (e.g lda #%10001000)
2019-01-17 21:13:18 -05:00
Sour
2bc07c453b
Mapper 176: Fix work/save ram banking logic - it's either fully battery-backed or not (rather than half/half)
2019-01-17 18:32:40 -05:00
Sour
3ee389781f
Linux: Fixed compilation errors/warnings
2019-01-16 23:54:00 -05:00
Sour
a67003b347
Debugger: Fixed expression evaluation when using multi-byte labels
...
+ Added "label out of scope" message for watch expressions using labels that can't be evaluated right now (but are valid labels)
2019-01-16 19:07:50 -05:00
Sour
bdbb16866b
Debugger: Fixed "Break on decayed OAM read" option triggering a break when CPU cycle count reached max value
2019-01-14 20:16:26 -05:00
Sour
c5801ea2e0
Debugger: Fixed DMC reads not triggering breakpoints (when sub-instruction BPs are disabled)
2019-01-14 19:30:50 -05:00
Sour
4c9e297034
Debugger: Added nametable breakpoint support
2019-01-14 19:01:13 -05:00
Sour
ec0853fcf1
Debugger: PPU Viewer - Fixed tile/attribute update logic when overclocking is turned on
2019-01-13 20:18:31 -05:00
Sour
079564cb25
Debugger: Fixed out-of-range memory read bug in memory import logic
2019-01-13 19:15:37 -05:00
Sour
a27cf40e96
Debugger: Memory Viewer - Added nametable ram option to dropdown
2019-01-13 19:04:43 -05:00
Sour
76f64b19ef
Debugger: Added access counters for CHR ROM/RAM and nametable memory
...
+Added read/write highlighting, etc. for memory viewer tabs
+Improved show tile/attribute updates in PPU viewer
2019-01-13 18:32:27 -05:00
Sour
a00a36256a
MMC5: Allow NES 2.0 headers to control the work/save ram sizes properly
...
+ Fixed debugger always showing work ram as "save ram" in the debugger for MMC5 titles
2019-01-13 15:20:57 -05:00
Sour
8f53659d5f
Namco163: Fixed save games for games that use the mapper's 128-byte internal RAM as save data
2019-01-13 15:20:57 -05:00
Sour
72d9e7ee13
Core: Remove old savestate compatibility code
...
No longer needed since the previous commit broke compatibility completely.
2019-01-13 15:20:57 -05:00