nattthebear
b0620ca79d
PCE tweaks
...
finish up memory domains
make bram behave like pcehawk, instead of giving it to every game, only give it to games that had it
finish up ppu view
2020-05-27 07:35:51 -04:00
nattthebear
0891e448d7
mednapce - lag flag, some more memory domains, some ppu view work
2020-05-26 21:23:52 -04:00
nattthebear
c467023dac
nyma pce - add gecd detection
2020-05-26 16:26:58 -04:00
nattthebear
3f43df4b1a
Add settings UI for nyma
2020-05-26 16:12:29 -04:00
zeromus
b0b33ec2da
clean up disc identification in RomLoader, and hook up GECD as being handled by turbocd system (but that probably isn't right)
2020-05-26 13:13:53 -05:00
zeromus
2c62d8cf73
add "TurboGECD" disc type identifier. fixes #2043
2020-05-26 13:12:47 -05:00
zeromus
78bde0a5b4
extra fix due to last commit
2020-05-26 13:12:06 -05:00
zeromus
5a6072cdf0
Revert "Move some private helper methods to local methods in DiscSystem"
...
This reverts commit 6f813edbdb
.
2020-05-26 12:51:33 -05:00
nattthebear
7244231cc4
adjust comments
2020-05-26 08:17:39 -04:00
YoshiRulz
33ff00714d
Change more input code to use int for axes instead of float
...
This probably breaks TAStudio or something, on the bright side a lot of the
float equality checks are gone. see e12b5d813
2020-05-26 21:45:20 +10:00
YoshiRulz
3e5aa1a65f
Add Menees.Analyzers and update FxCop
2020-05-26 17:22:20 +10:00
zeromus
162a151451
don't need to complain when I can do this
...
This reverts commit 02a70a4457
.
2020-05-25 23:15:25 -05:00
YoshiRulz
6e9539157e
Allow searching contents of .gz, .tar, and .rar archives
...
not .tar.gz though, it thinks it's a nested archive and that's disallowed
somewhere else
2020-05-26 14:08:10 +10:00
YoshiRulz
7ae94c4300
Fix nullability of return type
2020-05-26 13:46:54 +10:00
YoshiRulz
02a70a4457
Show dialog on launch when running an unsupported version of Windows
...
this time it doesn't happen on dev builds so zeromus can't complain
see 60b7858fb
, 8c50945ec
2020-05-26 13:43:11 +10:00
alyosha-tas
3a2aae61aa
Merge branch 'master' of https://github.com/TASVideos/BizHawk
2020-05-25 22:34:18 -04:00
alyosha-tas
9be42c5c69
Fix picking GBhawk core
2020-05-25 22:33:15 -04:00
adelikat
cd5591a122
remove some redundant code
2020-05-25 21:25:24 -05:00
adelikat
0d12d5a819
CheatList - pass in the DisableCheatsOnLoad config value
2020-05-25 21:25:24 -05:00
nattthebear
6da864f4f7
waterbox: fix linker script putting __eh_frame_hdr_start in the wrong place
...
This was benign, because libunwind will ignore a frame header it doesn't understand (__eh_frame was still fine). But now there's no spew in the console. And over the next 50 years it will save a combined 0.3 seconds of cpu time
2020-05-25 21:02:01 -04:00
adelikat
7778fccd77
add uzebox path entries, fixes #2043
2020-05-25 19:21:31 -05:00
nattthebear
a20c3c3ccb
Change waterbox to use memory reserve semantics
...
If a particular core instance doesn't use up too much memory, then we don't charge the host OS for that memory.
The strange thing here is that, testing locally on Windows 10, we were already getting the desired semantics even with SEC_COMMIT and not SEC_RESERVE. This commit is still important because:
1) Windows might be providing me an optimization it can't guarantee,
2) Linux might not be able to provide the same optimization
3) In any event, this patch also trims down xor snapshots to match the actual needed size.
2020-05-25 20:03:32 -04:00
adelikat
87c48879fc
move Global.Emulator to GlobalWin.Emulator now that no Client.Common files reference it
2020-05-25 18:05:34 -05:00
adelikat
5b7d612238
SaveStateManager - simplify video buffer loading and don't use Global.Emulator
2020-05-25 17:59:09 -05:00
adelikat
7a374f0013
CheatList - has memory domains passed in to the Load() method
2020-05-25 17:50:42 -05:00
adelikat
8798d0c03e
CheatList - remove some unused code
2020-05-25 17:43:03 -05:00
adelikat
e498476b55
CheatList - move a config check to the calling code
2020-05-25 17:29:57 -05:00
adelikat
705af68f65
check if ITasMovie not TasMovie, still not great that it needs to check types but better
2020-05-25 16:50:56 -05:00
adelikat
5e4983c93f
TasMovie.RecordFrame() - duplicate desired base class logic instead of calling base, because base does some "VBAStyleLoadState" stuff that is very undesireable in tastudio
2020-05-25 16:47:26 -05:00
nattthebear
472a954da0
Minor cleanup in some waterbox memory functions
2020-05-25 17:31:50 -04:00
feos
5539308398
mame: fix configs being dumped to disk hopefully, also fix the thing
...
mame lua figuring out cpu and address space every time I read a byte was a dumb idea it seems. accessing maincpu program space directly via C API is much wiser. ram search does the thing now.
2020-05-26 00:04:43 +03:00
adelikat
2ce79fc356
Move SoundMaxBufferDeficitMs and DisableSecondaryThrottling from Global to GlobalWin or Sound class, since only EmuHawk code accesses these
2020-05-25 15:40:23 -05:00
adelikat
aec01b794a
Have movies maintain a copy of the current core since their lifecycle should never extend past the core, removes a lot of global usage, downside is that it makes IMovie have more things when it is already very complex
2020-05-25 15:03:45 -05:00
nattthebear
8340bd0cf2
Actually add pce.wbx file
2020-05-25 13:55:55 -04:00
nattthebear
07c627cc3e
Merge pull request #2044 from TASVideos/nyma
...
Add 'nyma' project
The goal is to eventually update all of our Mednafen cores. For now, there is a work in progress import of the Mednafen pce core. Basic gameplay with hucard, turbocd, and supergrafix is supported, but the core is not complete yet.
2020-05-25 13:54:35 -04:00
nattthebear
9ec8536a5e
Finish getting saveram working on PCE (theoretically)
...
This actually makes saveram saving and loading somewhat slower on all waterbox cores, but whatever... it's more important to be simple and readable in this code than fast.
2020-05-25 13:49:47 -04:00
adelikat
fbb47b2297
StateManagerDecay - pass in Global.Emulator.Frame instead of referencing it directly
2020-05-25 12:47:30 -05:00
nattthebear
f9b5b9e374
pce - implement most memory domains our existing core does
...
The mednafen debugger system makes this easy, unfortunately that has a lot of other baggage, so do it this way
2020-05-25 12:49:36 -04:00
nattthebear
1000b74f2d
tweak waterbox hash detection
...
A game could wild pointer into a slightly out of range part of the sealed heap during init, and then do so differently on a subsequent init, and we wouldn't detect it
2020-05-25 12:49:35 -04:00
nattthebear
4ec0753f52
all that stylecopp shizz and it doesn't have a line length limit =/
2020-05-25 12:49:35 -04:00
nattthebear
f37a51ef27
Rework memory block os abstraction
...
The existing code had a lot of copy paste and things that needed to be done twice to keep both impls in sync. Refactor to use a minimal abstraction layer and keep all other code common
2020-05-25 12:49:35 -04:00
nattthebear
b871f95dc0
pce - fix drive light
2020-05-25 12:49:35 -04:00
nattthebear
586117462e
add back the old wonderswan controller config category labels
...
no hack this time
2020-05-25 12:49:35 -04:00
nattthebear
bc8d298a88
support pce-cd and sgx in nyma
2020-05-25 12:49:34 -04:00
nattthebear
8c9f4e24d8
settings infra
2020-05-25 12:49:34 -04:00
adelikat
daaa28f451
wire up as much as I can pcecd to TerboGrafix core
2020-05-25 12:49:34 -04:00
adelikat
e332096731
wire up more pce core picker
2020-05-25 12:49:34 -04:00
adelikat
d9eb9c86ec
prep work for pce core picker
2020-05-25 12:49:34 -04:00
nattthebear
0caa087684
recompile all remaining existing cores that weren't compiled since the linkscript change
2020-05-25 12:49:33 -04:00
nattthebear
69d3dbc35f
pce: basic rom loading and playing works
2020-05-25 12:49:33 -04:00