Mercurial > repos > blastem
log backend_x86.c @ 900:30efd12b1be1
age | author | description |
---|---|---|
Wed, 25 Nov 2015 08:40:45 -0800 | Michael Pavone | Partially working change to do proper stack alignment rather than doing a lame alignment check when calling a C compile dfunction. 68K core seems okay, but Z80 is busted. |
Sun, 22 Nov 2015 14:42:36 -0800 | Michael Pavone | Fix a bug in generating memory access functions when more than one MMAP_CODE region exists |
Sun, 28 Jun 2015 13:30:17 -0700 | Michael Pavone | Fix self modifying code checks on platforms like OS X on which guest RAM ends up at an address unreachable with a 32-bit displacement |
Sat, 27 Jun 2015 13:18:55 -0700 | Michael Pavone | Preserve scratch2 when using it as a temporary in memory read functions. This fixes a bunch of issues with the Z80 core and possibly some issues with the 68K core as well |
Mon, 22 Jun 2015 09:22:18 -0700 | Michael Pavone | Fix handling of address mask in gen_mem_fun |
Mon, 11 May 2015 00:28:47 -0700 | Michael Pavone | Sync fixes and logging to fix more sync issues |