Matthew Budd
|
3ca86a1748
|
Added new mapper to cmakelist for SDL build.
|
2020-11-11 20:19:56 -05:00 |
Matthew Budd
|
b3b46adcd5
|
Merge branch 'master' of https://github.com/TASVideos/fceux into development
|
2020-11-11 20:17:53 -05:00 |
Matthew Budd
|
4c94acf68a
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
g0me3
|
452fdfa5a3
|
new UNIF mappers for chinese dumps
|
2020-11-11 19:18:31 +03:00 |
mjbudd77
|
21b209c2d6
|
Merge pull request #232 from mjbudd77/master
Qt Symbolic Debug Improvements and Hex Editor RAM Freeze Feature
|
2020-11-10 22:41:02 -05:00 |
Matthew Budd
|
0b5c73bd23
|
Removed inline from cheat functions to allow them to properly link in Qt/SDL executable.
|
2020-11-10 21:57:58 -05:00 |
Matthew Budd
|
d60a00caeb
|
Further improvements to Qt symbolic debugging.
|
2020-11-10 21:52:38 -05:00 |
Matthew Budd
|
90911ff17e
|
Added RAM freeze feature to Qt hex editor.
|
2020-11-10 20:19:49 -05:00 |
mjbudd77
|
d2f543b094
|
Merge pull request #231 from mjbudd77/master
Qt Debugger Assembly View Selected Address Logic Update
|
2020-11-09 21:23:58 -05:00 |
Matthew Budd
|
889f74b5c8
|
Added Qt debugger assembly context menu shortcut key functionality.
|
2020-11-09 20:14:16 -05:00 |
Matthew Budd
|
3023ab7d50
|
Changed Qt debugger asssembly window address selection logic to allow for any valid hex address on the display to be selected. Previously was only allowing the instruction address at the beginning of the line to be selected.
|
2020-11-09 20:02:06 -05:00 |
mjbudd77
|
8c0edf2eb4
|
Merge pull request #230 from mjbudd77/master
Qt GUI Hot Key Modifier Logic Update, Minor Debugger Updates
|
2020-11-08 23:47:10 -05:00 |
Matthew Budd
|
49ab65bcc9
|
Changed debugger breakpoint/symbol add/edit windows to have the OK button as the default widget that is activated when the enter key is pressed.
|
2020-11-08 23:20:18 -05:00 |
Matthew Budd
|
92ccbd8a49
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
mjbudd77
|
08efa35e21
|
Merge pull request #229 from mjbudd77/master
Added logic to Qt GUI to allow for frame advance usage when at a debu…
|
2020-11-08 22:50:56 -05:00 |
Matthew Budd
|
2fa810d1ad
|
Added logic to Qt GUI to allow for frame advance usage when at a debugger breakpoint.
|
2020-11-08 19:52:15 -05:00 |
mjbudd77
|
53a5213e45
|
Merge pull request #228 from mjbudd77/master
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 16:20:32 -05:00 |
Matthew Budd
|
8adcc1a699
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
mjbudd77
|
b7d5e0b0f1
|
Merge pull request #227 from mjbudd77/master
Added Movie Play Window to Qt GUI, Misc Style Improvements and Options
|
2020-11-07 15:53:11 -05:00 |
Matthew Budd
|
3c2c039f3a
|
Added custom style sheet usage comment to command line help for Qt GUI.
|
2020-11-07 15:06:07 -05:00 |
Matthew Budd
|
e38793f352
|
Added Qt style command line options to help printout.
|
2020-11-07 14:44:07 -05:00 |
Matthew Budd
|
f4da749a44
|
Added logic to Qt trace logger and ram search to change fore/background color scheme based on style theme.
|
2020-11-07 14:19:22 -05:00 |
Matthew Budd
|
e42232777e
|
Successful integration of Qt movie play window.
|
2020-11-07 13:32:40 -05:00 |
Matthew Budd
|
018204089a
|
Qt Movie play window updates.
|
2020-11-07 00:08:51 -05:00 |
Matthew Budd
|
412ca246c7
|
Successful loading of a movie from the movie play window. Styling update for debugger window for dark themes.
|
2020-11-06 23:45:39 -05:00 |
Matthew Budd
|
bbb878c20d
|
Qt Movie Play dialog window in work.
|
2020-11-05 07:03:32 -05:00 |
Matthew Budd
|
4314ccbfc3
|
Movie play window for Qt GUI in work.
|
2020-11-05 06:49:50 -05:00 |
mjbudd77
|
0075e42ecb
|
Merge pull request #226 from mjbudd77/master
For Qt GUI, added movie options dialog window. iNES Header Save Bug Fix
|
2020-11-05 06:48:44 -05:00 |
Matthew Budd
|
9bc07b8c2c
|
Ported over another missing fix to the Qt iNES header editor from the windows version.
|
2020-11-05 06:02:30 -05:00 |
Matthew Budd
|
fe5953a205
|
Added movie load full save state checkbox comment to Qt GUI.
|
2020-11-05 05:57:30 -05:00 |
Matthew Budd
|
fc1ce9da85
|
Build fix for GTK GUI, re-declaration of an external symbol of a different type is a dangerous thing.
|
2020-11-05 05:45:18 -05:00 |
Matthew Budd
|
d8d696e1a1
|
Added movie options dialog window to Qt GUI.
|
2020-11-05 05:24:21 -05:00 |
Matthew Budd
|
feff0f79c3
|
Added a config parameter to Qt GUI to store movie directory path.
|
2020-11-04 06:39:16 -05:00 |
mjbudd77
|
f2ce08d4b8
|
Merge pull request #225 from mjbudd77/master
Ported over recent iNES header editor mapper decoding fix from window…
|
2020-11-03 18:33:02 -05:00 |
Matthew Budd
|
6672e53098
|
Ported over recent iNES header editor mapper decoding fix from windows to Qt.
|
2020-11-03 18:12:26 -05:00 |
Alexey 'Cluster' Avdyukhin
|
7e38d08bdb
|
Fixed header editor bug, mappers>255 support were totally broken
|
2020-11-03 15:29:30 +03:00 |
mjbudd77
|
9471ff5e7b
|
Merge pull request #224 from mjbudd77/master
Bug fix for issue #217. The Qt hex editor memory reads are now synchr…
|
2020-11-03 07:05:46 -05:00 |
Matthew Budd
|
e72cc4d0d5
|
Bug fix for issue #217. The Qt hex editor memory reads are now synchronized with emulation thread execution. This ensures that calls to GetMem will not improperly interfere with certain memory mapped registers while the emulation thread is executing. Reading at an inappropriate time from controller registers mapped at addresses $4016 and $4017 can cause the emulator to miss button presses. Thread synchronization fixes this.
|
2020-11-03 06:36:30 -05:00 |
mjbudd77
|
b63f8657a5
|
Merge pull request #223 from mjbudd77/master
Qt iNES Header Editor Feature, Lua emu.loadrom return value
|
2020-11-01 22:21:01 -05:00 |
Matthew Budd
|
87b6368956
|
Changed the lua emu.loadrom function to have a string return value containing the path to the currently loaded ROM. The old function had no return value. This return value allows for the user to determine what game was loaded since the function behavior is to try to reload the last known ROM if the passed argument cannot be loaded.
|
2020-11-01 21:45:36 -05:00 |
Matthew Budd
|
9f10a1fb20
|
First successful test of Qt iNES header editor.
|
2020-11-01 21:18:08 -05:00 |
Matthew Budd
|
bcef387bb0
|
Added logic to open file if a ROM is not currently loaded when opening the iNES header editor.
|
2020-11-01 20:04:21 -05:00 |
Matthew Budd
|
1055294895
|
Qt iNES header editor in work.
|
2020-11-01 19:02:30 -05:00 |
Matthew Budd
|
b04938901f
|
Qt iNES header editor in work.
|
2020-11-01 16:43:09 -05:00 |
Matthew Budd
|
ef8c426549
|
Merge branch 'master' into development
|
2020-11-01 15:39:48 -05:00 |
mjbudd77
|
69a35ee825
|
Merge pull request #221 from mjbudd77/master
Changed Family Keyboard enable toggle logic to by a configurable hot …
|
2020-10-31 21:48:14 -04:00 |
Matthew Budd
|
3f4d8898a0
|
Changed Family Keyboard enable toggle logic to by a configurable hot key instead of the hardcoded scroll lock key. Fixes issue #214.
|
2020-10-31 20:38:44 -04:00 |
mjbudd77
|
b163eb6e0a
|
Merge pull request #220 from mjbudd77/master
Qt Lua Bug Fixes
|
2020-10-31 17:16:53 -04:00 |
Matthew Budd
|
22f47c43c6
|
Merge branch 'master' of https://github.com/mjbudd77/fceux
|
2020-10-31 16:27:10 -04:00 |
Matthew Budd
|
5c29bdbd8d
|
Lua scripting pathing improvements for Linux/MacOS. Use realpath when possible to always have a absolute path for scripts and roms internally.
|
2020-10-31 16:25:29 -04:00 |