Displaying 1 result from an estimated 1 matches for "daggerfall".
2015 Jul 22
2
[LLVMdev] Would DosBox benefit from LLVM JIT?
Hello,
First of all, I'd like to point out that I am a newbie in this topic
and this is more of a "would it work?" kind of question. I basically
just came up with a difficult problem and decided to research on it.
I recently tried to run Elder Scrolls: Daggerfall on an ARM netbook
Toshiba AC100 and failed even after turning on the latest patches for
"dynamic recompilation". I took a look at the code and here's what I found:
https://github.com/wjp/dosbox/blob/idados/src/cpu/core_dynrec/decoder.h#L34
The relevant macros and functions are defin...