hegyak
f1ddafa6de
Add a check for clearing the Gameshark Tool's text boxes. And actually clear both.
2016-10-10 11:13:01 -07:00
feos
9714aa5cc9
tastudio:
...
- preserve branch text per update (unless default text has changed)
- remove redundant code from paste functions, rely on global clipboard fully with cut/copy too
2016-10-10 19:00:59 +03:00
feos
93f78a69d2
tastudio: show cursor hotkey
2016-10-09 17:14:39 +03:00
feos
0a554a984f
tastudio: fix infinite pasting loop
2016-10-09 16:21:01 +03:00
feos
f52d8a526b
tastudio: global clipboard has preference over internal
2016-10-09 15:51:47 +03:00
nattthebear
a76226fcc2
update mgba, saveram still broken
2016-10-08 11:58:52 -04:00
alyosha-tas
609b01408b
Update APU.cs
2016-10-07 13:59:00 -04:00
alyosha-tas
0a7002711f
Update NES.Core.cs
2016-10-07 13:57:53 -04:00
adelikat
e281950902
Close a lua instance before creating a new one, fixes #455
2016-10-06 15:17:05 -05:00
adelikat
ef6c9131c6
Fix behavior when loading a new rom when a cheat is loaded, fixes #550
2016-10-06 13:57:39 -05:00
adelikat
db194c8360
Basic Bot - Fix logic for determining the best attempt, no longer thinks every new attempt is better, I think this fixes #603
2016-10-06 12:03:32 -05:00
adelikat
4c140f676e
Basic Bot - change dropdown style to DropdownList to avoid empty and invalid choices. Fixes #602
2016-10-06 11:34:34 -05:00
adelikat
2d9fde1bed
Basic Bot - update Run button status when loading a bot file
2016-10-06 10:59:57 -05:00
adelikat
15c1fafa48
Hex Editor - when switching to a domain where highlighted addresses are out of range, clear the highlighted addresses, fixes #710
2016-10-06 09:35:50 -05:00
alyosha-tas
4c919c95c0
Match first VBlank timing to FCEUX
...
Irrelevent to sync since games wait for VBlank anyway, but extremely convenient for testing.
2016-10-05 22:26:47 -04:00
adelikat
3a36835af2
Ram Search - with the Diff column displayed, don't throw exceptions, Fixes #637 . The Diff column still has issues with 4 byte watches though, but this fixes unending exceptions at least
2016-10-05 20:58:26 -05:00
adelikat
ab0b78f143
Hex Editor - fix exception when pasting beyond the range of the domain, fixes #708
2016-10-05 19:59:46 -05:00
adelikat
3daad8d916
Hex Editor - fix a minor bug with displaying the selected address, fixes #709
2016-10-05 19:31:30 -05:00
alyosha-tas
7727a701b1
mapper 83 progress, still needs work
2016-10-03 18:14:50 -04:00
alyosha-tas
70016ba8ee
Mapper 187 check
...
I think sonic and fight zero 97 need a different mapper
2016-10-03 18:11:18 -04:00
alyosha-tas
9b3bd8e94e
Put Ying Xiong Chuan Qi to mapper 224
...
As far as I can tell, Mapper 74 and 224 are close to identical, they share the same base mapper (Waixing type I in Nestopia)
But for future reference let's distinguish mapper 224 here.
2016-10-02 20:28:28 -04:00
alyosha-tas
3adb129e2c
Update gamedb.txt
2016-10-02 20:26:22 -04:00
alyosha-tas
ea080c2c39
pocahontas mapper
2016-10-02 11:56:49 -04:00
alyosha-tas
0573c00ae3
Add pocahontas mapper
2016-10-02 11:56:04 -04:00
alyosha-tas
5387c89372
Add Pocahontas 2 to gamedb
2016-10-02 11:54:17 -04:00
alyosha-tas
20bc25acd2
Fix UNIF FK23C
...
Works except for Dipswitches
2016-10-01 16:49:51 -04:00
feos
5ed5613826
tastudio: paste from OS clipboard if _tasClipboard is empty
2016-10-01 20:12:50 +03:00
feos
fc66ec1b02
Lua docs: fix #703
2016-09-29 18:09:58 +03:00
zeromus
9c3f5ba2bd
Merge pull request #705 from Meerkov/master
...
Create Smoother FPS Counter
2016-09-29 00:12:46 -05:00
Meerkov
4e99ed17ae
Replace spaces with tabs
2016-09-28 21:16:24 -07:00
Meerkov
91c5eda526
Update FPS Counter
...
Changes the FPS counter to fade.
Why: FPS counter has a bug where it doesn't normalize the frame count to
the time passed since last update. This can result in an error of 1 FPS.
When running at 30 FPS, that is ~3.33%. The lower the FPS, the worse
this error grows.
1) Adds a parameter for how often to update the FPS (e.g. 16 times per
second).
2) Normalizes to the number of seconds passed since last update (fixing
the bug).
3) Adds a smoothing parameter (e.g. weigh the most recent interval at
8x, and normalize with current displayed date). This results in less
jumpy FPS because it takes into account historical data.
2016-09-28 21:04:53 -07:00
alyosha-tas
7763f79e6f
add gameDB entry for 223 mapper
2016-09-28 21:59:14 -04:00
alyosha-tas
65b3ce30a5
fix mapper 223
2016-09-28 20:42:24 -04:00
alyosha-tas
d612719a79
Fix Mapper 217
...
and clean up 215
2016-09-28 18:17:12 -04:00
alyosha-tas
25b9878c9b
Fix mapper 215
...
This one was tricky.
Really, I don't see how this could be implemented in hardware as coded, but it works without errors so I'll leave it at that.
2016-09-28 12:55:43 -04:00
alyosha-tas
0b9e7532e3
Update MMC3.cs
...
make some things public needed for mapper 215
2016-09-28 12:53:44 -04:00
alyosha-tas
81d6247522
Add in MK3 Extra 60
2016-09-28 12:52:36 -04:00
hegyak
b3d91049de
Change PrereqsAlert.Designer.cs to point to GitHub instead of SF
2016-09-27 18:06:54 -07:00
pjgat09
9316188717
N64 cxd4: Updating the submodule reference
2016-09-27 16:01:19 -04:00
pjgat09
78942a8422
N64: Added cxd4 to the RSP options
2016-09-27 15:10:38 -04:00
pjgat09
6e0349890f
N64: Adding the release cxd4 dll
2016-09-27 15:03:33 -04:00
pjgat09
9d45c24932
N64: Adding a submodule for the cxd4 LLE RSP plugin
2016-09-27 14:38:05 -04:00
adelikat
7a31121f20
NESHawk - Provide a UI for initial ram pattern override
2016-09-27 09:52:21 -04:00
Isotarge
3e88b91b65
Take Affect -> Take Effect
...
Thanks to puwexil for pointing this out
2016-09-27 16:07:34 +09:30
pjgat09
32be471382
GLideN64: Changed UseNativeResolutionFactor to an int setting
2016-09-26 11:13:07 -04:00
Kyle Howell
3d88f77ec6
Fixed TAStudio crash when deselecting "Show Player X". The horizontal scrollbar was not updated which caused an exception when scrolling to the right.
2016-09-25 16:55:34 -06:00
Kyle Howell
4834e31bb8
Fixed bug with InputRoll selected rows drawing hidden columns.
2016-09-25 14:04:57 -06:00
Kyle Howell
d66181a597
Fixed bug with right click inputRoll selction.
2016-09-25 12:47:37 -06:00
alyosha-tas
a9cded19bb
Fix bug in NES BG evaluation
...
Fixes a long standikng bug in micro machines
2016-09-25 11:52:12 -04:00
alyosha-tas
2bdd0c44cb
Fix Mapper 121
2016-09-24 21:02:55 -04:00