Mercurial > repos > blastem
log
age | author | description |
---|---|---|
Mon, 24 Feb 2014 09:55:24 -0800 | Michael Pavone | Moved some generic stuff from backend.h gen_arm.h and gen_arm.c into gen.h and gen.c. Added a couple fields to cpu_options so that gen_mem_fun can be made guest CPU generic |
Mon, 23 Jun 2014 13:12:04 -0400 | Mike Pavone | Ensure proper stack alignment when the Z80 calls into C code. This fixes a crash in optimized builds on OSX |
Mon, 23 Jun 2014 11:46:56 -0400 | Mike Pavone | Save and restore guest address in the write function for a code memory chunk in the "slow" path for inconvenient host addresses. This fixes an intermittent crash on OSX in the code that checks whether the memory written may contain code |
Mon, 23 Jun 2014 11:05:55 -0400 | Mike Pavone | Fix x86_rrindex_sizedir. Pass the correct scale to mov_rindexr in gen_mem_fun. BlastEm now sort of works on OS X. Runs reliably from lldb, but only intermittently from the shell |