log mem.c @ 1996:e35b00626b3e

age author description
Thu, 04 May 2017 21:00:25 -0700 Michael Pavone Fix some inconsequential issues in code for executable memory allocation noticed while tracking down a different issue
Sat, 28 Nov 2015 14:32:55 -0800 Michael Pavone Actually call track_block in alloc_code
Fri, 13 Nov 2015 19:15:37 -0800 Michael Pavone It is now possible to switch back and forth between the menu ROM and the game
Tue, 21 Jul 2015 21:29:43 -0700 Michael Pavone Better error handling in alloc_code
Sun, 28 Jun 2015 10:21:51 -0700 Michael Pavone Use MAP_32BIT on Linux since my hint seems to be ignored
Sun, 28 Jun 2015 10:12:37 -0700 Michael Pavone Use mmap with a hint rather than sbrk for allocating executable memory within 32-bit displacement range of compiled code
Tue, 10 Sep 2013 23:31:08 -0700 Mike Pavone Added copyright notice to source files and added GPL license text in COPYING
Tue, 04 Dec 2012 19:13:12 -0800 Mike Pavone M68K to x86 translation works for a limited subset of instructions and addressing modes
Tue, 27 Nov 2012 09:28:13 -0800 Mike Pavone x86 code gen, initial work on translator