Commit graph

1539 commits

Author SHA1 Message Date
mkwong98
739d1ba041 Add debugger option to break on unlogged code 2021-07-14 23:04:42 +08:00
mkwong98
708a13b1c7 Split the Exclusive Refresh Rate in to 2 settings 2021-07-14 16:08:34 +08:00
mkwong98
4e07e8481c Change Sprite Viewer to show Y as OAM byte 0 +1 2021-07-14 12:11:41 +08:00
mkwong98
7babb08ac4 Update ResourceHelper.cs
Simplify applying font for English
2021-05-06 00:12:59 +08:00
mkwong98
54cb35355d Set a default font to English
If English is selected and set the font of the controls to Microsoft Sans Serif 8.25. Added all debug forms to resources.en.xml in order to apply the font to those forms.
2021-05-06 00:00:53 +08:00
Dwedit
b200db5d68 There is a new Comment editor accessible by pressing ; in the debugger. Allows you to quickly set single line comments.
Add Comment Editor Form, Icon, Menu item, Shortcut Key
Fix Debugger shortcut key display for punctuation keys
Restore cursor on disassembly window after using Label editor
Restore cursor on disassembly window after using Comment editor
Allow label editor to focus the Comment field on spawn instead of the label
2021-04-13 03:20:54 -04:00
NovaSquirrel
ea5f05ed6f
Merge pull request #24 from Perkka2/master
EPSG update
2021-03-19 16:25:02 -04:00
Perkka2
2833b0ab4b Made "Enable EPSG" checkbox to actually enable/disable EPSG Audio 2021-03-18 20:09:54 +01:00
NovaSquirrel
d7d919a392
Merge pull request #20 from Perkka2/master
Adding basic EPSG support, Replacing old VRC7 with Nuked-OPLL
2021-02-24 12:16:19 -05:00
NovaSquirrel
edd8106a5a Fix row size problem on audio options 2021-02-24 12:14:45 -05:00
mkwong98
eaf6656b56 HD Pack Builder update
1. Removed an unused parameter in ProcessTile function call.
2 Added a warning to the tool tip of 8x16 sprite option about when it should be used.
3. Added an option to output BG tiles only or Sprite tiles only.
2021-02-08 15:25:03 +08:00
Perkka2
85586aaa35 NSF EPSG Support 2021-01-30 15:12:39 +01:00
Perkka2
7de782b486 EPSG $4016 addressing, EPSG ui checkbox
Added support for $4016 addressing for the EPSG
Added ui element to enable EPSG, remains to be implemented
2021-01-28 18:18:34 +01:00
Perkka2
9b89b8c21f Changed Default EPSG Volume and Fixed SSG clock scaling 2021-01-28 18:18:34 +01:00
lapinozz
5d00c055e6 Added EPSG audio to both suncore and MMC3 2021-01-28 18:18:34 +01:00
mkwong98
4081170646 Revert unneeded formating changes 2021-01-14 18:41:06 +08:00
mkwong98
13b666c835
Merge pull request #3 from NovaSquirrel/master
Merge from NovaSquirrel
2021-01-14 18:33:49 +08:00
mkwong98
c56edc9f92 Fix Sprite Viewer Copy Tile function only give the first half if it is a large sprites 2021-01-13 00:42:07 +08:00
NovaSquirrel
790eb237fa
Merge pull request #14 from mkwong98/master
HD Pack Builder and BGM tag improvement
2020-12-27 22:14:15 -05:00
mkwong98
2d0468eff5 HD pack builder and BGM improvement
Added option in HD pack builder to save screen information when tiles are first shown. User can look up which screen the tiles are added in the tileIndex.csv and open the screen_XXX.csv and screen_XXX.png to see the actual usage of the tiles.

Added playback option and volume option to <bgm> tag. Use 1 for looping playback, 0 for single playback, -1 for no change. Use 0 to 128 for volume control and -1 for no volume change.
2020-12-20 22:26:12 +08:00
Yaroslav Veremenko
d8817db785 Debugger: Added option to reload ROM on Power Cycle 2020-11-15 11:08:42 -07:00
NovaSquirrel
040dce6257
Merge branch 'master' into master 2020-11-11 23:00:16 -05:00
Maciej Budzyński
0789405acd Polish translation added for Mesen 2020-09-12 16:50:55 +02:00
Davide Salvatore Grasso
bef11cbe6c
Add Italian strings on Program.cs 2020-07-16 23:23:19 +02:00
Davide Salvatore Grasso
c780e03d87
Update it.resources.xml
Update Italian translation
2020-07-16 23:18:13 +02:00
Sour
67b9ba3290 UI: Fixed crash when using toggle record video if a video was never recorded before 2020-06-20 14:01:50 -04:00
Sour
ecadab92db UI: Disable toggle record shortcuts when no game is running 2020-06-20 13:59:19 -04:00
Sour
77ed078899 UI: Added shortcuts to start/stop recording video/audio/movies 2020-06-20 00:24:24 -04:00
Sour
d738b2b9bf Mono: Fixed unbound debugger shortcuts being triggered by pressing the windows key 2020-06-04 17:46:21 -04:00
Sour
cb75f7fbe1 Debugger: Refactoring - Removed unnecessary option on GetWorkspace 2020-05-19 23:09:03 -04:00
Sour
0b6d1cba11 Debugger: Fixed breakpoints/etc being lost when reloading rom 2020-05-19 23:05:58 -04:00
juanramonmartinez
7724a2f552
UI: Update Spanish language (#834) 2020-05-19 22:18:12 -04:00
Sour
3638474c99 Debugger: Fixed debugger refresh bug when memory tools were opened 2020-05-07 23:06:40 -04:00
Sour
bfc9e782a5 Debugger: Event Viewer - Fixed missing dots for $2007 reads 2020-05-07 19:45:47 -04:00
Sour
e963310112 Debugger: Rework label/breakpoint updates when resetting/loading a rom 2020-05-06 18:43:27 -04:00
Sour
527db70316 Debugger: Lua - Add option to auto-restart scripts after power cycling or reloading the rom 2020-05-03 14:57:24 -04:00
Sour
9772aa006f Game DB: Updated to latest version of Nes20 DB 2020-05-02 13:06:20 -04:00
Sour
8d5399a692 Debugger: Sprite Viewer - Add option to load data from a CPU page instead of directly from OAM 2020-04-30 22:26:51 -04:00
Sour
59fddb7008 PPU: Added option to emulate OAM row corruption when disabling rendering at certain points during rendering 2020-04-30 18:46:03 -04:00
Sour
bf6d161e1a UI: Change volume inc/dec rate to 5 2020-04-28 17:59:40 -04:00
altiereslima
4a38df2b79
UI: Updated Portuguese translation (#813) 2020-04-28 17:58:40 -04:00
Sour
829c51957e Fixed crash when loading VS-DualSystem games that are marked as having no work ram 2020-04-27 20:47:28 -04:00
Sour
069a98c50d Debugger: Event Viewer - Added options to display apu/control register reads/writes 2020-04-24 18:17:03 -04:00
Sour
69de585d39 Debugger: Event Viewer - Fixed options not working after cancelling out of another configuration dialog 2020-04-24 17:26:03 -04:00
Sour
243ffef4fc UI: Added shortcuts to increase/decrease master volume 2020-04-21 21:58:07 -04:00
Sour
642f92a514 Debugger: Memory Viewer - Make labelled bytes lighter except the label's first byte 2020-04-21 21:37:42 -04:00
Sour
f5c7bf4358 Debugger: Memory Tools - Fixed edit label action changing the start address on multi-byte labels 2020-04-21 21:23:10 -04:00
Sour
caa8a6ac25 NSF: UI - Fixed usability issues with the track dropdown when a scrollbar is present 2020-04-19 16:58:27 -04:00
Sour
241b09964b Debugger: Fixed background color being incorrect in HD pack copy function 2020-04-19 16:52:19 -04:00
Sour
bafd73f186 Debugger: Added aliases for each CPU flag in expressions 2020-04-18 18:17:46 -04:00