zeromus
1c2453088f
remove msvcr 2012 bootup check
2020-01-20 17:29:10 -05:00
zeromus
7a903f15df
update mupen dlls to remove msvcr 2013 dep.
...
note, I did a sloppy job here.
1. The mupen projects werent upgraded
2. I didn't commit the libs from the upstream mupen deps repo
3. I renamed some of the dlls from the upstream mupen deps repo to match what we expected on account of using the old libs
4. zlib is here twice because the new libpng16.dll depends on zlib.dll and our mupen parts depend on zlib1.dll/freetype26.dll
but this will do the job until the great mupen update probably
2020-01-20 17:26:30 -05:00
adelikat
9f06e442ab
move hex editor colors from Config to the tool itself using ConfigPersist
2020-01-20 15:58:32 -06:00
YoshiRulz
b1ef7bcbbb
Retarget .NET Framework from 4.6.1 to 4.8
2020-01-21 04:42:09 +10:00
alyosha-tas
6b99a792b9
MSXHawk: Z80 with prebuilt instruction tables
2020-01-19 22:41:41 -05:00
YoshiRulz
ebfccf51de
Add DependentUpon and SubType modifiers to globbed files
2020-01-20 10:29:27 +10:00
zeromus
03b6f6cb21
new bsnes wbx.gz
2020-01-19 18:43:54 -05:00
zeromus
c2c526e84b
CDL: fix bsnes SGB cdl totally not working ( fixes #1344 )
2020-01-19 18:43:54 -05:00
zeromus
6377d78098
firmwares open folder:
...
don't know what was going on here, but we can't browse to a folder without it existing.
I think the best thing to do in this case is to prompt the user if it doesnt exist and offer to create it
But we don't really do this in very many places so it isnt worth the trouble to make a nice solution for it.
Anyway this commit will make it stop CRASHING on new bizhawk installs, generally, which is an improvement
2020-01-19 18:43:54 -05:00
zeromus
fd960e03fe
CDL: add CARTROM logging for many more cases, including superfx (should fix #1597 )
2020-01-19 18:43:54 -05:00
zeromus
c7dbed306a
add build.sh
2020-01-19 18:43:54 -05:00
zeromus
a5e8ae88ed
add cpu X and M flags to CDL for ExecFirst ( fixes #1410 , I hope)
2020-01-19 18:43:54 -05:00
alyosha-tas
7d34bdbeb0
MSXHawk: cpu work
2020-01-19 18:39:56 -05:00
adelikat
c9c2210e91
config cleanup - ToomFactors -> ZoomFactors, break class into separate file, use dictionary intializer
2020-01-19 17:37:46 -06:00
YoshiRulz
4af0d0eed3
Update default kotkey binds (controller binds updated in fe0ff1d98
)
2020-01-20 07:09:16 +10:00
YoshiRulz
24f69abb1b
Return to manually listing <Compile/> in Version
...
Fixes bug from 5b4b85d2b
2020-01-20 07:08:47 +10:00
adelikat
b1d5a4d644
Convert TI83 keypad to use IToolFormAutoConfig and ConfigPersist
2020-01-19 13:48:26 -06:00
adelikat
6e5a3910de
ControllerDefinition - auto-initialize properties
2020-01-19 13:32:43 -06:00
alyosha-tas
0dbd6e7481
MSHawk: inputs
2020-01-19 09:08:20 -05:00
alyosha-tas
59a22415d2
MSXHawk: working savestates
2020-01-19 08:39:21 -05:00
YoshiRulz
5b4b85d2b2
Remove svnrev.cs from repo and just assume it's there
...
Reverts 4e5f7e40e
. In hindsight this was the obvious, easy solution to the error
in fresh clones. For the record, VS will still complain that the class is
missing on a fresh clone *before compiling*, but now the first compile will
succeed as well as subsequent compiles.
2020-01-19 13:02:02 +10:00
alyosha-tas
e898866ab2
MSXHawk: cpu savestates
2020-01-18 21:02:29 -05:00
alyosha-tas
35e2f7417d
MSXHawk: start savestates
2020-01-18 19:27:06 -05:00
adelikat
10e2f24210
TasMovie - private setter for a variable
2020-01-18 17:30:40 -06:00
adelikat
3414cc1d33
Merge branch 'release'
2020-01-18 16:19:03 -06:00
adelikat
16f5da9f9c
update version info
2020-01-18 16:16:18 -06:00
alyosha-tas
eaf8e52746
MSXHawk: Audio
2020-01-18 17:04:55 -05:00
adelikat
1cd5675ce0
Tastudio - fix crash when trying to use alt+drag after autoloading a .tasproj
2020-01-18 15:59:37 -06:00
adelikat
41c4c8a951
oops
2020-01-18 15:52:01 -06:00
adelikat
a08c0a394c
Tastudio - better tracking of which frame to invalidate from when input painting, fixes #1790
2020-01-18 15:48:33 -06:00
adelikat
f9435fb17f
Lua - tastudio.applyinputchanges() - always refresh tastudio - fixes #1799
2020-01-18 14:53:12 -06:00
adelikat
67ff6abb17
Tastudio - fix clone input when cloing multiple rows
2020-01-18 13:35:22 -06:00
adelikat
1519110691
Always refresh the APIHawk library instances instead of checking for null, fixes #1791
2020-01-18 13:22:19 -06:00
YoshiRulz
80f363196a
Hide NuGet temp files
2020-01-19 04:58:50 +10:00
YoshiRulz
4e5f7e40e9
Add (nearly) empty file to ensure implicit **/*.cs glob matches it
2020-01-19 04:49:33 +10:00
YoshiRulz
e435fb807b
Migrate to "new csproj", remove unnecessary tags/info, and dedupe
...
Didn't want to mess with resource generation so the execuable projects didn't
get migrated, just cleaned up
2020-01-19 01:43:39 +10:00
adelikat
246efa4c86
Tastudio - remove config option to turn off input painting, there's no reasonable scenario where no painting is better, some other slight cleanups
2020-01-17 16:04:01 -06:00
alyosha-tas
9b07813e09
MSXHawk: Bug fix
2020-01-17 10:18:22 -05:00
adelikat
45003ea584
revert "Use Ranges" on TasMovie since it causes exceptions when attempting to create the first branch of a tasproj
2020-01-17 09:00:56 -06:00
alyosha-tas
c27bea3272
MSXHawk: Finish trace logger and add some memory domains
2020-01-16 20:08:50 -05:00
alyosha-tas
6637510379
MSXHawk: More trace logger and bug fixes
2020-01-16 18:53:11 -05:00
YoshiRulz
1c3e823ea2
Allow immutable=>immutable range copy
2020-01-17 06:33:43 +10:00
YoshiRulz
49c7acb3aa
Fix UI crash on Unix when loading External Tools submenu
2020-01-17 06:29:09 +10:00
YoshiRulz
692eb5ea89
Add HelloWorld tool to repo, add build scripts, fix bugs in HelloWorld
2020-01-17 06:17:59 +10:00
alyosha-tas
ce7d6cdcf5
MSXHawk: Tracer Support
2020-01-15 20:47:50 -05:00
alyosha-tas
1e195243be
MSXHawk: frameadvance, no video or sound yet
2020-01-15 14:25:24 -05:00
alyosha-tas
2035fb5ccd
MSXHawk: clean up memory structure
2020-01-15 08:39:50 -05:00
YoshiRulz
fe0ff1d983
Update default keybinds (incl. X* for controllers) to OpenTK values
...
Fixes N64 keybinds being blank since eb1d87933; does not remove DirectInput J*
controllers
2020-01-15 09:49:42 +10:00
alyosha-tas
3f59a704a2
GBHawk: correct frame rate to 59.72 (same as gambatte)
2020-01-14 18:32:26 -05:00
adelikat
8da1bb4e73
cleanup mainform menu item naming and using pattern matching instead of direct casts for core types when possible
2020-01-14 11:12:52 -06:00