Mercurial > repos > blastem
log m68k_core_x86.c @ 1303:208803173ebc
age | author | description |
---|---|---|
Tue, 28 Mar 2017 00:13:35 -0700 | Michael Pavone | Implemented M68K trace mode. Some edge cases/SR update paths still need work |
Wed, 22 Mar 2017 22:16:39 -0700 | Michael Pavone | Fix SBCD edge cases to pass Flamewing's test ROM. Could use some cleanup to produce better code for the SBCD case, but produces correct results now |
Fri, 17 Mar 2017 08:05:55 -0700 | Michael Pavone | Minor fix to timing of "early" overflow case in divs when the dividend is negative |
Wed, 15 Mar 2017 19:05:27 -0700 | Michael Pavone | Cycle accurate implementation of divs |
Thu, 09 Mar 2017 23:50:46 -0800 | Michael Pavone | Fix undefined flags on overflow and divide by zero for divu based on hardware test. Fix saving result of divu when destination is not stored in a host register |
Thu, 09 Mar 2017 21:31:31 -0800 | Michael Pavone | Forgot to update flags in the "good" case of the new divu code |