Sour
147c5a2f2e
Linux: Work around Mono 5.18 toolstrip issues
...
+ Updated readme to recommend 5.18+
2019-01-28 22:24:24 -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
1088eb6656
Debugger: Fixed minor layout issues with "go to all" window
2019-01-27 14:59:36 -05:00
Sour
d076871ea2
Linux: Debugger - Fixed font size on break in/on buttons
2019-01-27 14:38:36 -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
dd72d2669f
Linux: Debugger - Fixed assembler/script text color for dark themes
2019-01-27 14:02:04 -05:00
Sour
05f99aba7c
Linux: Debugger - Tooltip layout fixes
2019-01-27 13:45:57 -05:00
Sour
f5d0b8b92b
Linux: Fixed tooltips not restoring focus to code window when closing
2019-01-27 13:01:54 -05:00
Sour
82512b3ca0
Linux: Fixed deadzone option having no effect
2019-01-27 10:28:33 -05:00
Sour
ac45747a00
Linux: Fixed version label layout
2019-01-27 10:14:35 -05:00
Sour
64fb78ae66
Linux: Fixed debugger shortcut not working in main window
2019-01-27 01:34:09 -05:00
Sour
d45c70be8a
Linux: Fixed some layout issues
2019-01-27 01:33:26 -05:00
Sour
1e58065154
Linux: Support for GTK dark themes
2019-01-27 01:18:18 -05:00
Sour
5e5e1a5e60
Linux: Fixed compiler warnings
2019-01-26 16:49:26 -05:00
Sour
d7a850b59e
UI: Prevent crash when closing window if mouse hide timer occurs after releasing the emulation core.
2019-01-26 13:29:41 -05:00
Sour
b8422ca956
Linux: Prevent crash when starting if "update-mime-database"/"update-desktop-database" are not available
2019-01-26 13:28:51 -05:00
Sour
12a1bbcaa9
Debugger: Fixed toggle breakpoint shortcut not working properly in Mono (because it was called twice in a row)
2019-01-26 13:18:18 -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
owomomo
d528e6110b
UI: Updated Chinese translation ( #566 )
2019-01-25 19:14:56 -05:00
Sour
4bf33cab94
Libretro: Fixed compilation error (missing file in makefile)
2019-01-24 17:33:02 -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
6d9019bbae
Debugger: Nametable Viewer - Fixed tile preview being out of sync with the mouse location when emulation is paused
2019-01-23 17:27:48 -05:00
Sour
681c695d0b
Debugger: Prevent overwriting an existing label when trying to add a multibyte label over it
2019-01-22 20:47:43 -05:00
Sour
55dc91e60c
Debugger: CA65 integration - Don't treat .scope and .proc declarations as multi-byte labels
2019-01-22 20:37:33 -05:00
Sour
809ed1767e
Debugger: Fixed issue with CA65 integration where labels/comments from the iNES header section could be applied to the NES' internal ram
2019-01-22 20:04:00 -05:00
Sour
abf5c43896
Input: Added an option to customize the deadzone for analog sticks
2019-01-22 19:38:24 -05:00
Sour
0d0adaf95c
UI: Regroup options that are recommended for homebrew dev
2019-01-22 18:43:36 -05:00
Sour
c0d65b001e
UI: Move sprite limit option to video config window
2019-01-22 17:43:34 -05:00
Sour
5f9d9069d9
Debugger: Fixed multi-label issue that caused memory values to not be shown next to the instruction
2019-01-21 22:03:07 -05:00
Sour
ac65c636c1
Debugger: When resetting/power cycling while execution is stopped, break on the first instruction (whether or not the option to break on reset/power cycle is enabled)
2019-01-21 18:35:19 -05:00
Sour
94570d02e2
Docs: Updated debugger documentation
2019-01-21 18:30:22 -05:00
Sour
677a841ce3
Debugger: Added option to show the selection's length in bytes
2019-01-21 18:21:45 -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
5f88fa8cc6
Debugger: PPU Viewer - Add 2x zoom toggle
2019-01-21 14:38:38 -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
9c326e8248
Docs: Updates for debug tools (ppu viewer, etc.)
2019-01-20 20:11:16 -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
1ef80d8cec
DirectInput: Various improvements
...
-Only initialize the controller's default state once (prevents issues when holding down a key on reset/power cycle)
-Improve logic to reacquire a controller after it has been lost
-Do not pause the emulator thread while trying to update directinput devices
2019-01-20 13:38:14 -05:00
altiereslima
51075ff334
UI: Updated Portuguese translation ( #564 )
2019-01-20 09:42: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
05f12b4948
Libretro: Fixed build error
2019-01-20 00:37:08 -05:00
Sour
db370dda97
Debugger: Sprite Viewer - Added an option to display an outline around all sprites in the screen preview
2019-01-19 20:53:15 -05:00