Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Fix some inconsequential issues in code for executable memory allocation ↵ | Michael Pavone | |
noticed while tracking down a different issue | |||
2015-11-28 | Actually call track_block in alloc_code | Michael Pavone | |
2015-11-13 | It is now possible to switch back and forth between the menu ROM and the game | Michael Pavone | |
2015-07-21 | Better error handling in alloc_code | Michael Pavone | |
2015-06-28 | Use MAP_32BIT on Linux since my hint seems to be ignored | Michael Pavone | |
2015-06-28 | Use mmap with a hint rather than sbrk for allocating executable memory ↵ | Michael Pavone | |
within 32-bit displacement range of compiled code | |||
2013-09-10 | Added copyright notice to source files and added GPL license text in COPYING | Mike Pavone | |
2012-12-04 | M68K to x86 translation works for a limited subset of instructions and ↵ | Mike Pavone | |
addressing modes | |||
2012-11-27 | x86 code gen, initial work on translator | Mike Pavone | |