about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added syscall 284 (for #965)ptitSeb2023-09-091-0/+11
* Added syscall 282 (for #965)ptitSeb2023-09-091-0/+26
* [32BITS] Added D4 & D5 opcodesptitSeb2023-09-071-0/+16
* [ANDROID] Oh, again another attempt to fix the build (and still my fault, typ...ptitSeb2023-09-021-1/+1
* [ANDROID] Oh, another attempt to fix the build (ok, my fault this time, fine)ptitSeb2023-09-021-4/+4
* [ANDROID] More change to android/dynarec buildptitSeb2023-09-021-0/+1
* [ANDROID] This should fix Dynarec build on AndroidptitSeb2023-09-021-1/+7
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-021-0/+21
* Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...ptitSeb2023-09-021-9/+16
* Added 64 0F B7 opcode (for #958)ptitSeb2023-08-301-0/+12
* Allow running at NULL, and trigger a segfault (backport from box86 5cdc1b9fa2...Rafael Diniz2023-08-221-4/+2
* [ARM64_DYNAREC] Added 0F F1/F3/F7 opcodeswannacu2023-08-211-1/+10
* [TRACE] Fixed FF 25 opcode not decoding destination correctly in traceptitSeb2023-08-191-1/+1
* Avoid wild pointer error for my_context->elfskaixindeken2023-08-181-2/+6
* Added 0F A8/A9 opcodesptitSeb2023-08-131-0/+14
* [32bits] Added 27/2F/37 opcodesptitSeb2023-08-131-1/+24
* Added 0F A0/A1 opcodesptitSeb2023-08-131-1/+13
* [32bits] Fixed 67 prefixed opcodesptitSeb2023-08-131-2/+6
* Improved jmpbuff handling a bitptitSeb2023-08-132-8/+13
* [32bits] Added 62 opcode ([ARM64_DYNAREC] too)ptitSeb2023-08-111-1/+8
* [32bits] Added 3F opcode ([ARM64_DYNAREC] too)ptitSeb2023-08-111-0/+9
* [ARM64_DYNAREC] Added 0F FB opcodewannacu2023-08-101-1/+6
* [RV64_DYNAREC] Added movbe opcodewannacu2023-08-071-1/+12
* Added sycalls 59 and 140 (for #918)ptitSeb2023-08-031-0/+13
* Some spelling fixesAndré Zwing2023-08-022-5/+5
* Added syscall 268 (for #918)ptitSeb2023-08-021-0/+1
* Added syscal 160 (for #14)ptitSeb2023-08-021-0/+1
* Change again a bit how jmpbuffer and resuming of signal is handledptitSeb2023-07-301-0/+1
* Use my_conect directly on InterpreterptitSeb2023-07-303-70/+70
* Emit a SIGILL on Illegal FF opcode (and better trace for it). Also fixed some...ptitSeb2023-07-261-11/+8
* [32BITS] Added C4 and C5 opcodesptitSeb2023-07-231-1/+26
* [32BITS] added D6 undocumented opcodeptitSeb2023-07-231-0/+9
* [32BITS] Added 66 50-5F opcodes ([ARM64_DYNAREC] too, and fixed 66 61 opcode)ptitSeb2023-07-231-21/+46
* [32BITS] Added 66 FF /6 opcode ([ARM64_DYNAREC] too)ptitSeb2023-07-231-4/+6
* Removed a debug leftoverptitSeb2023-07-221-3/+3
* Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)ptitSeb2023-07-223-9/+34
* Merge pull request #896 from josch/exeptitSeb2023-07-2114-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-2114-0/+0
* | Added 67 0F 11 opcode ([ARM64_DYNAREC] too) (for #892)ptitSeb2023-07-191-0/+13
* | Added 67 F3 0F 6F opcode ([ARM64_DYNAREC] too) (for #873 / steam on wow64)ptitSeb2023-07-171-0/+6
* | Added 0F F4 opcode ([ARM64_DYNAREC] too) (for #888)ptitSeb2023-07-171-1/+6
* | Added 0F D4 opcode ([ARM64_DYNAREC] too)ptitSeb2023-07-171-1/+6
* | [32BITS] Added 64 67 8B opcode (for #870)ptitSeb2023-07-165-0/+91
* | Fixed some of 16bits opcodes ([ARM64_DYNAREC] too)ptitSeb2023-07-161-5/+5
* | Added 66 9C/9D opcodes (mostly for 32bits)ptitSeb2023-07-141-0/+10
* | Simplyfied internal jmpbuf handlingptitSeb2023-07-081-0/+1
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-081-0/+1
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-035-59/+86
* | [32BITS][RV64_DYNAREC] Hanlding of STll struct in FILD/FISTP (#868)Yang Liu2023-06-271-3/+3
* | Reworked a bit privileged instruction ([32BITS] too)(ARM64_DYNAREC] too)ptitSeb2023-06-271-4/+4