Mercurial > repos > blastem
log z80_to_x86.c @ 806:2dfcd20a00b6
age | author | description |
---|---|---|
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). |
Sat, 27 Jun 2015 12:17:18 -0700 | Michael Pavone | Cleanup some warnings under clang through a combination of code fixes and supressing specific warnings |
Tue, 26 May 2015 20:00:50 -0700 | Michael Pavone | Fixes for the 32-bit build accidentally introduced a bug into the 64-bit build, this commit fixes the regression |