Mercurial > repos > blastem
log m68k_core_x86.c @ 682:7ed1dbb48f61
age | author | description |
---|---|---|
Sun, 04 Jan 2015 23:35:55 -0800 | Michael Pavone | Merge base m68k_to_x86.c@28157f268d45 |
Sat, 03 Jan 2015 16:08:23 -0800 | Michael Pavone | All cycle counters are now based off the master clock. This seems to have messed up Z80 interrupt timing (music in Sonic 2 is too slow for instance), but things are generally working |
Fri, 02 Jan 2015 13:14:09 -0800 | Michael Pavone | Added functions to gen_x86 for saving and restoring callee save registers to better abstract over ABI differences between x86 and x86-64 |
Thu, 01 Jan 2015 20:07:47 -0800 | Michael Pavone | Use call_args and call_args_abi in Z80 core |
Thu, 01 Jan 2015 19:15:05 -0800 | Michael Pavone | Added 2 new functions to gen_x86.c for handling passing args according to the C abi of the host system and adapted the code in m68k_core_x86.c to use that instead of doing everything by hand |
Thu, 01 Jan 2015 17:31:59 -0800 | Michael Pavone | Fix some issues with 68K instruction retranslation |