Mercurial > repos > blastem
log m68k_core_x86.c @ 653:a18e3923481e
age | author | description |
---|---|---|
Thu, 01 Jan 2015 14:36:55 -0800 | Michael Pavone | Remove some of the hard coded assumptions about the memory map from the CPU cores |
Mon, 29 Dec 2014 23:08:39 -0800 | Michael Pavone | Fix handling of code writes for Z80 core. This seems to get things close to being back to where they were before the big refactor that broke the Z80 core. Some problems remain. Notably the sound driver in Sonic 2 is still quite broken. |
Sun, 28 Dec 2014 17:25:36 -0800 | Michael Pavone | Removed bcd_add and bcd_sub from runtime.S and generated the logic inline with the rest of abcd and sbcd translation. Fixed some edge cases and undefined flag behavior in the process |
Sat, 27 Dec 2014 15:49:15 -0800 | Michael Pavone | Fix divide by zero exception return address when div instruction is bigger than 1 word |