Updated Core Requests (markdown)

James Groom 2022-07-17 19:11:22 +10:00
parent 74dff51417
commit 47c0cba6a8
1 changed files with 1 additions and 1 deletions

@ -24,7 +24,7 @@ Tracking as [#3162](https://github.com/TASEmulators/BizHawk/issues/3162).
### DosBox ### DosBox
- https://github.com/schellingb/dosbox-pure (fork) - https://github.com/schellingb/dosbox-pure (fork)
- Issues: - Issues:
- https://github.com/TASVideos/BizHawk/issues/2547 - [#2547](https://github.com/TASEmulators/BizHawk/issues/2547)
- Core Analysis - Core Analysis
- Early attempts (2010 or so) to add rerecording suggesting it is highly sync unstable. Situation may have changed since then. Waterbox highly recommended. - Early attempts (2010 or so) to add rerecording suggesting it is highly sync unstable. Situation may have changed since then. Waterbox highly recommended.
- In particular, according to Ilari it had a lot of reentrancy with HLE operations, so you could get to a "frame end" while servicing an x86 BIOS call in HLE code, requiring the ability to save and load with different call sequences on the stack. - In particular, according to Ilari it had a lot of reentrancy with HLE operations, so you could get to a "frame end" while servicing an x86 BIOS call in HLE code, requiring the ability to save and load with different call sequences on the stack.