Commit graph

2614 commits

Author SHA1 Message Date
Sour
c241eb56c4 VRC7: Updated audio data to match values recently dumped from hardware 2019-03-27 20:23:22 -04:00
Sour
cf40b967f4 Video: Fixed black screen when settings file doesn't contain a palette (use default 2c02 palette in this case) 2019-03-15 21:28:42 -04:00
Sour
f5bee853c7 Movies: Fixed crash when loading a movie while no game is running 2019-02-27 19:13:11 -05:00
Sour
c4f4c93ab9 Debugger: Fix "edit label" when used on an address that is not mapped to ROM/RAM (e.g PPU registers) 2019-02-22 17:21:41 -05:00
Sour
ddc7d9fa97 Debugger: Allow empty labels in MLB files (e.g code comments) 2019-02-22 17:21:12 -05:00
Sour
5f5459c4c4 Fixed filename-based region detection 2019-02-18 22:17:49 -05:00
Sour
a912707d75 Debugger: Nametable Viewer - Add breakpoint on attribute byte option (+shortcut) 2019-02-18 21:01:12 -05:00
Sour
56c523ef93 Debugger: Nametable Viewer - Fixed "add breakpoint" shortcut trying to add a breakpoint to the palette instead of nametable ram 2019-02-18 20:43:24 -05:00
Sour
0296dde9e9 Debugger: Fixed crash when mixing breakpoints that have conditions with others that don't within the same breakpoint type 2019-02-18 20:42:29 -05:00
Sour
278ca034b2 Debugger: Small performance optimization 2019-02-09 15:32:35 -05:00
Sour
5b0b084f6a Debugger: Fixed step back causing instruction before a JSR to be marked as a function entry point 2019-02-09 15:24:51 -05:00
Sour
2c64d55ddf Linux: Fixed compilation warning 2019-02-08 21:01:48 -05:00
Sour
babbec7d12 Linux: Replace xbuild with msbuild in makefile 2019-02-08 21:01:35 -05:00
Sour
439e1d9dd5 Linux: Fixed missing DLL popup after make clean 2019-02-08 20:34:29 -05:00
Sour
0675fbdfe3 Linux: Read all /dev/input/event entries, not just the first 30 2019-02-08 20:34:10 -05:00
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
owomomo
435c067da1 UI: Updated Chinese translation (#569) 2019-02-05 17:05:21 -05:00
Sour
ac5c935012 History Viewer: Added scaling options 2019-02-03 20:25:12 -05:00
Sour
fb616cd612 History Viewer: Add option to export part of a segment 2019-02-03 20:13:35 -05:00
Sour
52c4dbc3a0 Debugger: Do not mark the instruction after a branch 2019-02-02 13:23:37 -05:00
Sour
eef4e5472c DB: Fixed some invalid game entries 2019-02-02 12:28:36 -05:00
Sour
ff4847b857 Debugged: Header Editor - Fixed controller dropdown to match spec modification 2019-02-02 12:08:38 -05:00
Sour
9bdea323ee Debugger: Event Viewer - Added 2x and compact mode buttons 2019-02-02 00:25:47 -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
owomomo
53363f79b3 UI: Updated Chinese translation (#568) 2019-02-02 00:18:46 -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
f9b6d07e66 UI: Extract Google Drive API DLLs only when/if Google Drive Integration is enabled 2019-01-31 22:26:24 -05:00
Sour
fac849315f Debugger: Watch - Added format specifiers
+ Added help icon to watch window
2019-01-31 19:48:36 -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
efe55a9180 Debugger: Go To All - Fixed crash & issues in the display logic 2019-01-29 19:20:41 -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
49fcffd4ae Debugger: Watch - Minor highlight fix + cleanup 2019-01-29 18:47:26 -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
f146fd60c1 Debugger: Watch - Added import/export feature 2019-01-29 18:12:27 -05:00
Sour
62cb7271f5 Debugger: Watch - Prevent Esc key from starting edit mode 2019-01-29 17:22:28 -05:00
Sour
43a4fefcd4 Debugger: Fixed watch being reset each time Mesen is restarted 2019-01-29 17:22:08 -05:00
Sour
9a256fa8b7 Debugger: Added standalone "Watch Window" 2019-01-29 17:21:23 -05:00
Sour
d58d1f39d1 Debugger: Add move up/down shortcuts to watch list 2019-01-29 16:09:53 -05:00
Sour
bf160884db Debugger: Improved watch window usability 2019-01-29 00:09:26 -05:00
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