summaryrefslogtreecommitdiff
path: root/mem.c
AgeCommit message (Expand)Author
2017-05-04Fix some inconsequential issues in code for executable memory allocation noti...Michael Pavone
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 within...Michael Pavone
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 addres...Mike Pavone
2012-11-27x86 code gen, initial work on translatorMike Pavone