From 7e0ad05bde5b10efb1d8a50d980957c489e3fb6e Mon Sep 17 00:00:00 2001 From: James Groom Date: Wed, 15 Sep 2021 04:29:06 +1000 Subject: [PATCH] Updated Core Requests (markdown) --- Core-Requests.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Core-Requests.md b/Core-Requests.md index c574c31..0a4b34b 100644 --- a/Core-Requests.md +++ b/Core-Requests.md @@ -1,8 +1,9 @@ This page documents various emulator core candidates and specific user requests for systems ### DosBox -* https://github.com/schellingb/dosbox-pure -* Original Request: https://github.com/TASVideos/BizHawk/issues/2547 -* 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. - * 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. +- https://github.com/schellingb/dosbox-pure (fork) +- Issues: + - https://github.com/TASVideos/BizHawk/issues/2547 +- 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. + - 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.