Updated Core Requests (markdown)
parent
9f790484d7
commit
7e0ad05bde
|
@ -1,8 +1,9 @@
|
||||||
This page documents various emulator core candidates and specific user requests for systems
|
This page documents various emulator core candidates and specific user requests for systems
|
||||||
|
|
||||||
### DosBox
|
### DosBox
|
||||||
* https://github.com/schellingb/dosbox-pure
|
- https://github.com/schellingb/dosbox-pure (fork)
|
||||||
* Original Request: https://github.com/TASVideos/BizHawk/issues/2547
|
- Issues:
|
||||||
* Core Analysis
|
- https://github.com/TASVideos/BizHawk/issues/2547
|
||||||
* Early attempts (2010 or so) to add rerecording suggesting it is highly sync unstable. Situation may have changed since then. Waterbox highly recommended.
|
- Core Analysis
|
||||||
* 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.
|
- 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.
|
||||||
|
|
Loading…
Reference in New Issue