Mercurial > repos > blastem
log gen.c @ 1947:c36102d09351
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. |
Sat, 25 Jul 2015 18:22:07 -0700 | Michael Pavone | Use a new fatal_error function instead of calling fprintf and exit for fatal errors. This new function more gracefully handles the case in which BlastEm was not started from a terminal or disconnected from ther terminal (Windows). |
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 |