about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added 9E/9F opcodes ([DYNAREC] too)ptitSeb2021-04-121-1/+13
|
* Added 64 F3 0F 11/59 opcodesptitSeb2021-04-121-2/+22
|
* Added A0/A2 opcodes ([DYNAREC] too)ptitSeb2021-04-112-5/+19
|
* Merge pull request #6 from rajdakin/generalImprovementsptitSeb2021-04-114-18/+26
|\ | | | | General improvements to box64 and fixed some SDL2 functions
| * General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-114-18/+26
| |
* | Fixed 0F E3 opcodeptitSeb2021-04-111-6/+3
| |
* | Added F2 0F F0 ocpode ([DYNAREC] too)ptitSeb2021-04-111-1/+8
| |
* | Added 0F DE opcodeptitSeb2021-04-111-1/+7
| |
* | Merge branch 'main' of https://github.com/ptitSeb/box64 into mainptitSeb2021-04-101-4/+12
|\|
| * Fixed FF INC and DEC opcodesrajdakin2021-04-101-4/+12
| |
* | Better trace for a few GL functionsptitSeb2021-04-101-0/+15
|/
* Merge pull request #3 from rajdakin/exitFixptitSeb2021-04-092-2/+2
|\ | | | | box64 exit fix
| * Changed missed unwanted "box86"rajdakin2021-04-092-2/+2
| |
* | Added F0 87 opcode ([DYNAREC] too)ptitSeb2021-04-091-1/+44
|/
* Added unligned case for lock inc dword ptr[xx]ptitSeb2021-04-091-3/+14
|
* Small comment on syscallptitSeb2021-04-091-1/+1
|
* Added 64 F2 0F 11 and 64 39 opcodesptitSeb2021-04-081-5/+46
|
* Added 67 66 0F 6F/7A opcodesptitSeb2021-04-087-3/+157
|
* Added F0 0F AB/B3 opcodesptitSeb2021-04-081-0/+137
|
* Small change on trace flags outputptitSeb2021-04-081-2/+2
|
* Small change on trace outputptitSeb2021-04-081-2/+2
|
* [TRACE] Added a new trace optionrajdakin2021-04-072-5/+19
|
* Added 0F DA ocode ([DYNAREC] too)ptitSeb2021-04-071-1/+7
|
* Added 67 80/8B opcodesptitSeb2021-04-051-0/+25
|
* And another change change to __libc_start_main for non-Dynarec buildptitSeb2021-04-051-2/+2
|
* One more change to __libc_start_main to end emulation when doneptitSeb2021-04-051-0/+1
|
* Better trace for glXGetProcAddressptitSeb2021-04-051-0/+3
|
* Disabled handling of CC opcode for now (ignoring it is better)ptitSeb2021-04-041-1/+1
|
* Added some more 67 opcodes (may need to find a better solution for this)ptitSeb2021-04-044-1/+81
|
* More work on mmap and the MAP_32BIT flagptitSeb2021-04-041-1/+1
|
* More work around stack alignement and frame pointerptitSeb2021-04-032-0/+9
|
* Better trace for strcmpptitSeb2021-04-031-0/+3
|
* Better trace for opendir and strlenptitSeb2021-04-031-0/+7
|
* Added 64 00..35/C6 opcodesptitSeb2021-04-021-10/+57
|
* Added 66 0F 38 0B opcode ([DYNAREC] too)ptitSeb2021-04-021-0/+10
|
* Added 0F E0 opcode ([DYNAREC] too)ptitSeb2021-04-021-1/+7
|
* Added 0F E7 opcode ([DYNAREC] too)ptitSeb2021-04-021-1/+9
|
* Better trace for mmap64ptitSeb2021-04-021-0/+3
|
* Just to be sure the sign is extended to 64bitsptitSeb2021-04-011-1/+1
|
* Better trace for mkdirptitSeb2021-04-011-0/+4
|
* Try to add 0F AE /7 CLFLUSH opcodeptitSeb2021-04-011-0/+5
|
* Added F0 FF opcodesptitSeb2021-04-011-0/+61
|
* Added 67 89 opcodeptitSeb2021-04-011-0/+15
|
* Small change to 67 C1 opcodeptitSeb2021-04-011-1/+1
|
* Added 67 C1 opcodeptitSeb2021-04-011-1/+116
|
* Added 0F 31 opcode ([DYNAREC] too)ptitSeb2021-04-011-0/+6
|
* Added 66 0F 3A 0F opcode ([DYNAREC] too)ptitSeb2021-04-011-0/+24
|
* Cosmetic changeptitSeb2021-04-011-2/+0
|
* Better trace for XCreateWindowptitSeb2021-04-011-0/+7
|
* Fixed 0F 7E opcode, plus a few other small changesptitSeb2021-04-011-16/+19
|