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