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
alyosha-tas
5521f0cf19
MSXHawk: properly load roms and memory map
2020-01-13 22:08:36 -05:00
alyosha-tas
8fed99456a
GBlink: fix some 4x bugs and route CGBGBA to cores
2020-01-13 16:55:07 -05:00
adelikat
a51be3efbe
remove useless regions in previous commit
2020-01-13 15:50:49 -06:00
adelikat
63da3d7bd3
expose GenerateLogKey and Map as methods on ILogEntryGenerator and remove all the direct casting that was happening in tastudio code
2020-01-13 15:49:11 -06:00
alyosha-tas
2c019794f5
GBHawk: remove DIV offset as a sync setting, leave it always at 8.
2020-01-13 09:37:54 -05:00
alyosha-tas
6ec1ce4d45
A2600: fix pitfall 2, needs a second look at some point though
2020-01-13 09:16:33 -05:00
YoshiRulz
d6d9f76f76
Fix shift/ctrl/alt modifier keys with OpenTK input
2020-01-13 11:37:19 +10:00
YoshiRulz
126bb4736b
Move commented-out code blocks to #if false
...
CBB doing Cores or Bizware
2020-01-13 11:14:16 +10:00
YoshiRulz
a8170ca183
Fix mismatching namespaces
2020-01-13 07:19:06 +10:00
adelikat
69cc3ab3fd
meh, might as well update version info to match release branch
2020-01-12 15:05:49 -06:00
adelikat
f61189f141
BizBox - show text that indicates it is a developer build, if it is a developer build
2020-01-12 15:05:19 -06:00
YoshiRulz
dd4f9aaf64
Use ranges
2020-01-13 06:59:40 +10:00
YoshiRulz
0f1fa1531f
Use ranges in ApiHawk and Lua
2020-01-13 06:57:24 +10:00
adelikat
9a88a94ddc
remove old joke about box, you will be missed.
2020-01-12 14:55:59 -06:00
YoshiRulz
5c472bcf77
Default to D3D and DirectSound if they're present
2020-01-13 06:34:57 +10:00
zeromus
8c50945ecb
remove windows 7 nag. kept messages because it had some useful work in identifying various windows versions in case it's needed later
2020-01-12 15:23:00 -05:00
YoshiRulz
60b7858fbe
Simplify Windows prereqs (see desc.)
...
* Changed default sound/display methods to OpenAL/OpenGL on Windows to match
non-Windows, and replaced DirectInput with OpenTK input (needs regression
testing on Windows).
* (meta) As a result of the above, DirectX is no longer a prerequisite, leaving
only: .NET Framework 4.6.1 (comes with Win10, as does 4.8), MSVC 14 (also comes
with Win10), MSVC 12 for Mupen, and MSVC 10 for BSNES/Mupen.
* Refactored static Program ctor, using ExceptionBox for missing prereqs, and
removed PrereqsAlert.
* Added OS version check for Windows, with a flag in the config to skip it.
* Updated readme for Win7 EOL (and generally cleanup Windows sections).
2020-01-12 20:00:34 +00:00
feos
c330541c35
Revert "cleanup ArgParser"
...
This reverts commit 84593b2d48
.
magical fix to magically broken avi dumping
2020-01-12 21:33:41 +03:00
adelikat
a03ed17c8a
path config - lock down some unreleased cores in release builds
2020-01-12 11:08:46 -06:00
adelikat
8ccbe94a38
don't enable VirtualPad uless controller definition has any button, don't enable Macro Input tool if no movie is active
2020-01-12 11:00:11 -06:00
adelikat
eaca35d3d0
properly use TasMovie.Session - fixes #1771
2020-01-12 10:55:15 -06:00
YoshiRulz
7062ba5b6a
Clarify "Autoload" text (from #971 )
2020-01-13 01:54:15 +10:00
YoshiRulz
c3a359a58c
Rename PSX front panel name in def (from #971 )
2020-01-13 00:22:11 +10:00
YoshiRulz
c38fb09d3c
Fix typos in strings and comments (from #971 )
2020-01-13 00:22:01 +10:00
feos
2f64427199
the logic to automatically pick SaveAs if it's a new project is already there, so it's safe to enable the Save menu item
...
fix #1788
2020-01-12 13:48:42 +03:00
feos
ca3d784f9c
update mGBA to upstream master
2020-01-12 11:27:38 +03:00
adelikat
a1e7035b70
Merge pull request #1762 from MrCheeze/ackbar
...
Implemented the remaining N64 R4300 trap instructions besides TEQ
2020-01-11 15:32:54 -06:00
adelikat
6cb2ac635d
GGHawkLink - fix bug in Saveram creation
2020-01-11 13:19:51 -06:00
adelikat
f83261c116
misc cleanups in emulator core service logic
2020-01-11 13:19:51 -06:00
alyosha-tas
46d0818f09
MSXHawk: Core interface stuff
2020-01-10 15:51:56 -05:00
alyosha-tas
2fa22c2505
MSXHawk: Give DLL a C interface, start making core constructor
2020-01-09 19:37:59 -05:00
alyosha-tas
3e0fd4a2d9
MSXHawk: Blank core
2020-01-09 17:21:58 -05:00
alyosha-tas
ed654f83e1
MSXHawk: C++'ify other components
2020-01-07 20:03:13 -05:00
alyosha-tas
6bd0fbccef
NESHawk: scanline timing and audio fix
2020-01-07 18:28:12 -05:00
alyosha-tas
69d8a473a1
MSX hawk: Initial commit of Z80A port
2020-01-06 19:53:57 -05:00