Mercurial > repos > blastem
log m68k_core_x86.c @ 1276:2d8b9d40f5ea
age | author | description |
---|---|---|
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 |
Fri, 03 Mar 2017 23:51:29 -0800 | Michael Pavone | Cycle accurate divu and undefined flags for overflow case |
Thu, 23 Feb 2017 00:08:37 -0800 | Michael Pavone | WIP support for XBAND mapper hardware |
Sun, 12 Feb 2017 12:38:31 -0800 | Michael Pavone | Fix timing for instructions using BINARY_IMPL |
Sat, 04 Feb 2017 00:41:15 -0800 | Michael Pavone | Cycle accurate MULU/MULS emulation |
Tue, 24 Jan 2017 00:15:27 -0800 | Michael Pavone | Inefficient fix for overlapping instruction problem that was causing issues with Outrunners |