zeromus
28ae6d4413
octoshock: fix up some mess in port wiring. should fix #1787 but I'm not completely sure.
...
also BEWARE: note the change to UpdateInput(). This was a brain-dead mistake as far as I can tell (just look at it, it seems obvious), and it came from a commit where I said "I tested it for 20 seconds" so it was probably rushed. However, fixing this to something sensible MAY affect sync. If it's important, we could roll it back. However I think UpdateInput is more like a "latch user input" than a "tick internal counters" so it may be safe
2020-02-09 23:50:37 -05:00
zeromus
4dd3a9137e
ummm.. more octoshock 2019 cleanup. missed this somehow
2020-02-09 23:36:05 -05:00
zeromus
4617476bcd
SharpCompressArchiveHandler: throw fewer exceptions
2020-02-09 23:27:09 -05:00
zeromus
e4f94fab8e
update octoshock: use vs2019, only support x64, and don't use upx (nothing else does)
2020-02-09 23:26:59 -05:00
YoshiRulz
0075693ec7
Undelete important files and remove no longer needed <None/>s
...
fixing up 5b7b65724
2020-02-09 05:17:19 +10:00
adelikat
d7f97b1539
actually delete things instead of removing them from the project
2020-02-08 13:09:27 -06:00
adelikat
5b7b65724a
Remove some files that were dereferenced from EmuHawk.csproj but not actually deleted from version control
2020-02-08 12:54:43 -06:00
adelikat
f5c5061681
get rid of CpuCoreGenerator as it hasn't been used in a long time, the 6502 is commented out and isn't even the class used anymore, and the HuC6280 is very out of date, we don't do it this way anymore
2020-02-08 11:58:00 -06:00
adelikat
9d4ef3a3af
cleanup WonderSwan.ISettable
2020-02-08 11:23:58 -06:00
adelikat
192973dcd7
Tastudio - hide N64 "fake analog" controls by default
2020-02-08 11:03:03 -06:00
feos
8b59754349
warn about mismatching cycle counts for gambatte
2020-02-08 20:02:00 +03:00
adelikat
f43d7c5b1b
MovieSession - add a PopupMessage method, will be used later
2020-02-08 10:50:05 -06:00
adelikat
4fed717858
some cleanup of RomLoader.cs
2020-02-08 10:46:46 -06:00
adelikat
01640e8c0b
cleanup CoreInventory.cs
2020-02-08 10:07:54 -06:00
adelikat
29cddca49a
use globals a bit less
2020-02-08 09:12:45 -06:00
feos
08ee1c8170
show proper movie length for cycle based timing (gambatte)
2020-02-08 15:36:21 +03:00
alyosha-tas
9d0f7568d4
A2600 finish keyboard controller
2020-02-07 16:18:50 -05:00
YoshiRulz
5d45682207
Add template for new GitHub Issues
2020-02-08 06:58:23 +10:00
Zach
ef18c1a3a6
Fix Macro Functionality ( fixes #1838 ) ( #1839 )
...
* Initial fixes for macro menu items
* Arguments for this constructor can't be optional.
2020-02-07 13:45:13 -06:00
alyosha-tas
75ead6e3c4
GBHawk: put CGB flag into bk2 for proper parsing
2020-02-07 07:40:33 -05:00
Asnivor
0b6210efb3
MSXHawk: Add gamedb files parsed from TOSEC
2020-02-07 11:24:14 +00:00
Asnivor
f9d29a0d98
DATParser: Give DP priority on initial screen
2020-02-06 14:53:30 +00:00
YoshiRulz
02dc42d453
Use MSBuild to copy output instead of bash in external tool template
2020-02-06 23:51:46 +10:00
alyosha-tas
d9243fe15d
MSX: fix
2020-02-06 06:56:29 -05:00
adelikat
ba7fd37ce8
some nitpick cleanups
2020-02-05 18:58:57 -06:00
YoshiRulz
c0fcd01b69
Yet more work on AutoGenConfig
2020-02-06 05:19:40 +10:00
alyosha-tas
6d93fe03f5
MSXHawk: more testing options
2020-02-05 07:55:01 -05:00
feos
ca33a0ac9d
it actually makes sense to commit things you wanna test
2020-02-04 11:09:57 +03:00
feos
8ff2ca2cd1
update gliden
...
bugs I saw in perfect dark seem to be present in the previous update too, so ugh
2020-02-04 10:27:10 +03:00
feos
277b302437
tweak mgba hooking
2020-02-04 10:27:09 +03:00
adelikat
a9a85fccb9
Profile config - simplify logic by applying settings in layers. Also tweak a few settings for some of the profiles that were likely mistakes hard to see when there was so much copy pasta
2020-02-03 19:31:06 -06:00
adelikat
5b2b72ce9e
profile config - break up config setting into separate methods
2020-02-03 19:06:27 -06:00
adelikat
e770047eef
profile config - rip out code for the custom profile that never got implemented
2020-02-03 17:51:07 -06:00
adelikat
dc2a41c737
Lua console - clear on screen text when closing lua console
2020-02-03 17:20:49 -06:00
adelikat
38a525eefd
Lua console - immediatley update on screen graphics when disabling a lua script
2020-02-03 17:17:11 -06:00
alyosha-tas
71d68e4bea
MSX: use JP bios for now
2020-02-03 17:32:32 -05:00
alyosha-tas
5252532c36
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2020-02-03 17:29:50 -05:00
alyosha-tas
7b55157e10
MSX: add some starting firmware options
2020-02-03 17:28:45 -05:00
alyosha-tas
ec3506ab29
Add MSXHawk DLL
2020-02-03 17:27:44 -05:00
feos
16045e35fc
add EXP void BizSetExecCallback(void(*callback)(uint32_t pc)) to mGBA
2020-02-03 22:51:34 +03:00
adelikat
185d4ad2a2
add icon for mGBA
2020-02-03 13:42:33 -06:00
feos
340fe48f3a
finish mgba tracer
2020-02-03 22:23:35 +03:00
adelikat
626efe8caf
put control extension methods into the EmuHawk names space isntead of a custom one. We want these to be found and used, and most dialogs use them
2020-02-03 12:54:32 -06:00
adelikat
c2bec296e6
simplify some repeated boilerplate on the DragEnter event by consolidating it to an extension method
2020-02-03 12:42:28 -06:00
feos
b1be2f5937
bump mgbahawk version
2020-02-03 12:55:19 +03:00
feos
335a55306f
mGBA trace logging
2020-02-03 12:50:41 +03:00
YoshiRulz
fd06504882
More work on AutoGenConfig
2020-02-03 06:14:09 +10:00
adelikat
74e63cd566
Tastudio - some reorg
2020-02-02 13:32:22 -06:00
adelikat
6990b6f51f
when loading GB/GBC movies, store the core and auto-switch between gamebatte and gbHawk, fixes #1805
2020-02-02 12:27:45 -06:00
adelikat
880f584674
cleanup variable naming in IMovieSession
2020-02-02 12:19:41 -06:00