mjbudd77
|
b33e45cdb5
|
Merge pull request #191 from mjbudd77/master
Added a circular buffer to the Qt Lua output console to allow for mes…
|
2020-10-18 16:12:37 -04:00 |
mjbudd77
|
ce2afe23e1
|
Added a circular buffer to the Qt Lua output console to allow for messages to be passed in a thread safe way from the emulation thread to the GUI thread. This fixes the crash issue mentioned in Issue #190.
|
2020-10-18 15:30:14 -04:00 |
mjbudd77
|
07cef83c3f
|
Merge pull request #189 from mjbudd77/master
Added emulation speed control main menu functionality to Qt GUI.
|
2020-10-18 11:21:02 -04:00 |
mjbudd77
|
da0ab1359c
|
Added set frame advance delay menu and input dialog logic for Qt GUI.
|
2020-10-18 10:53:31 -04:00 |
mjbudd77
|
8b5e99909a
|
Added emulation speed control main menu functionality to Qt GUI.
|
2020-10-18 10:34:03 -04:00 |
mjbudd77
|
30f6f385ec
|
Merge pull request #188 from mjbudd77/master
Per request, changed the Qt debugger stack display to use a more comp…
|
2020-10-18 00:32:14 -04:00 |
mjbudd77
|
0f33735e06
|
Per request, changed the Qt debugger stack display to use a more compact address text format.
|
2020-10-17 23:57:10 -04:00 |
mjbudd77
|
9ad3cc8c7c
|
Merge pull request #187 from mjbudd77/master
Bug fix for order of destruction issue caused when shutting down the …
|
2020-10-17 23:50:41 -04:00 |
mjbudd77
|
598f036d56
|
Bug fix for order of destruction issue caused when shutting down the application with the debugger window open.
|
2020-10-17 23:26:49 -04:00 |
mjbudd77
|
707368157d
|
Merge pull request #186 from mjbudd77/master
For Qt GUI debugger window, added logic to allow for display of stack…
|
2020-10-17 23:07:55 -04:00 |
mjbudd77
|
c1fca59e74
|
For Qt GUI debugger window, added logic to allow for display of stack addresses to be toggle-able on/off via either context menu or A key when widget has focus.
|
2020-10-17 22:41:29 -04:00 |
mjbudd77
|
1caeb2ba71
|
Merge pull request #185 from mjbudd77/master
Bug fix and Improvements for Qt Debugger Stack Display
|
2020-10-17 22:24:00 -04:00 |
mjbudd77
|
fffa78b507
|
Bug fix for Qt debugger stack display clipping end of line. Added logic to allow for the stack display to auto show a horizontal scroll bar if needed. Also added a stack display bytes per line config option. This can be changed by either right clicking the stack display widget and selecting the desired value in the context menu or using the number keys 1-8 when the widget has focus.
|
2020-10-17 21:22:19 -04:00 |
mjbudd77
|
b1bb6b4f08
|
Removed fceux.pro qmake file. Qt/SDL port will always use cmake.
|
2020-10-17 19:40:49 -04:00 |
mjbudd77
|
e66a162430
|
Merge pull request #184 from mjbudd77/master
Added RAM Search Window to Qt GUI
|
2020-10-17 00:23:56 -04:00 |
mjbudd77
|
5715ec235a
|
Added Qt Hex Editor goto Address Dialog. Added RAM search to Qt GUI capability list.
|
2020-10-16 23:53:20 -04:00 |
mjbudd77
|
e77dd77b7c
|
Resolved simple cppcheck warning on Qt Ram watch window.
|
2020-10-16 23:18:13 -04:00 |
mjbudd77
|
3c67d440e8
|
Added logic to Qt RAM search window to not store search history when auto search is active. This will avoid excessive memory allocation.
|
2020-10-16 23:15:23 -04:00 |
mjbudd77
|
c98276945e
|
Added RAM Watch quick access from RAM search window for Qt GUI
|
2020-10-16 22:44:23 -04:00 |
mjbudd77
|
65bb526951
|
Added logic to refresh cheat window when adding from RAM search or watch windows for Qt GUI
|
2020-10-16 22:30:04 -04:00 |
mjbudd77
|
1dc0181e01
|
Added RAM search quick eliminate and hex editor functions for Qt GUI.
|
2020-10-16 22:04:45 -04:00 |
mjbudd77
|
4215f2d3f7
|
Successful test of all RAM search functions in Qt GUI.
|
2020-10-16 20:47:29 -04:00 |
mjbudd77
|
abe66aceec
|
Successful test of RAM specific value search
|
2020-10-16 20:20:29 -04:00 |
mjbudd77
|
7803cc3294
|
Successful test of ram relative search functionality.
|
2020-10-16 20:05:51 -04:00 |
zeromus
|
fca059aaf4
|
mmc5 was making no virtually no effort to clear data on power-on, creating nondeterminisms on movie plays. I revised all that.. and it's making me think fceux fundamentally doesn't work well with this. In particular I'm not sure about the timing of the loaded save data. If we get called in the order: mapper_init, loadsavedata, mapper_power -- then we will clobber the WRAM in mapper_power (at least, the way I have it now in mmc5) which will lose the save data. save data should really be loaded AFTER a power-on command. but I don't think fceux ever through through any of this very well. well, at least this fixes my case of a deterministic fm2.
|
2020-10-16 13:02:06 -04:00 |
mjbudd77
|
ebfe3702f9
|
Qt RAM search input validation in work.
|
2020-10-15 22:22:44 -04:00 |
mjbudd77
|
9412b850cb
|
Ram search by relative value in work.
|
2020-10-15 20:39:56 -04:00 |
Matthew Budd
|
1368d0550e
|
Bug fix for Qt GUI frame advance logic. Updated RamSearch to run after ever completed frame.
|
2020-10-12 15:51:24 -04:00 |
Matthew Budd
|
25152af42a
|
Qt RAM search window in work.
|
2020-10-12 00:09:00 -04:00 |
Matthew Budd
|
5dc72e7924
|
Added custom widget to optimize Qt ram search view
|
2020-10-11 22:54:19 -04:00 |
Matthew Budd
|
cfa752a693
|
Qt Ram Search window in work. QTreeWidget does not handle large data sets very efficiently. Going to have to make a custom widget.
|
2020-10-11 21:36:26 -04:00 |
Matthew Budd
|
0f506dc348
|
Qt Ram search logic in work.
|
2020-10-11 11:25:35 -04:00 |
Matthew Budd
|
baa724ed14
|
Added initial layout of Qt RAM Search window.
|
2020-10-11 10:40:27 -04:00 |
mjbudd77
|
50d789f4f5
|
Merge pull request #182 from mjbudd77/master
Added Qt RAM Watch Window Feature
|
2020-10-10 09:48:21 -04:00 |
Matthew Budd
|
689e1d1898
|
Updated TODO-SDL window so finished status on Qt RAM Watch window.
|
2020-10-10 09:28:38 -04:00 |
Matthew Budd
|
a03b5d9ae8
|
Qt RAM watch window separator logic changed so that separator lines can span full width of viewport. Minor bug fixes to Qt RAM watch add/edit window
|
2020-10-10 09:03:19 -04:00 |
Matthew Budd
|
66c34c2d49
|
A couple bug fixes for the Qt RAM watch window.
|
2020-10-09 23:08:40 -04:00 |
Matthew Budd
|
e03c558db6
|
Updated Qt RAM watch file format to match windows version.
|
2020-10-09 22:51:56 -04:00 |
Matthew Budd
|
1f11c67c84
|
Successful test of all Qt RAM watch features. Minor cppcheck warning cleanup.
|
2020-10-09 22:08:38 -04:00 |
Alexey 'Cluster' Avdyukhin
|
4f0dbfb389
|
LCD Zapper sensor logic should be inverted because 0: detected; 1: not detected
|
2020-10-09 23:26:51 +03:00 |
Matthew Budd
|
778d9c733d
|
Added logic for add, edit and remove ram watch entries.
|
2020-10-08 22:05:31 -04:00 |
CaH4e3
|
679e59ab45
|
Merge pull request #133 from JasonWThompson/Issue130
Add LCD Mod Compatible Zapper support
|
2020-10-08 21:52:55 +03:00 |
Alexey 'Cluster' Avdyukhin
|
9d837056c9
|
Merge branch 'master' into Issue130
|
2020-10-08 19:56:48 +03:00 |
Alexey 'Cluster' Avdyukhin
|
e9f6c4d237
|
Fixed HEX editor copy/paste bug introduced by commit a9c4bc95
Paste function was bugged while using HEX editor in "ROM" mode
|
2020-10-08 17:18:08 +03:00 |
Matthew Budd
|
f440c820fd
|
Added initial layout for Qt Ram Watch Edit window.
|
2020-10-08 07:08:47 -04:00 |
Matthew Budd
|
f8e7187f05
|
Build fix for MacOSX
|
2020-10-08 06:39:08 -04:00 |
Matthew Budd
|
ff694ebe49
|
Qt Ram watch logic in work.
|
2020-10-07 21:01:39 -04:00 |
Matthew Budd
|
ab922df318
|
Added initial window layout for Qt RAM Watch window.
|
2020-10-07 20:35:52 -04:00 |
mjbudd77
|
c5e39608c9
|
Merge pull request #181 from mjbudd77/master
Added Name Table Viewer Feature for Qt GUI
|
2020-10-06 21:52:13 -04:00 |
Matthew Budd
|
6dfd3fb2d0
|
Added logic to draw scroll lines on NT Viewer for Qt GUI
|
2020-10-06 21:31:40 -04:00 |