Mercurial > repos > blastem
log m68k_core_x86.c @ 813:c9ed929ee984 v0.3.1
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). |
Sun, 28 Jun 2015 09:53:17 -0700 | Michael Pavone | More clang warning cleanup |
Mon, 22 Jun 2015 22:00:02 -0700 | Michael Pavone | Fix negative offsets in calc_areg_displace |
Mon, 25 May 2015 15:01:38 -0700 | Michael Pavone | Fix crash bug in 32-bit build for certain secnarios with bcd instructions |
Mon, 25 May 2015 13:21:24 -0700 | Michael Pavone | Fix div instruction when dest is d0 in 32-bit build |
Sat, 23 May 2015 20:24:27 -0700 | Michael Pavone | Eliminate runtime.S/runtime_32.S. |
Fri, 22 May 2015 23:49:32 -0700 | Michael Pavone | Don't attempt to translate or map code at odd addresses. This fixes a bug that shows up when playing College Footbal USA 96 |