Mercurial > repos > blastem
log m68k_internal.h @ 687:a61d33ccea7d
age | author | description |
---|---|---|
Thu, 08 Jan 2015 19:11:56 -0800 | Michael Pavone | Moved translate_m68k_rte and translate_m68k_reset to m68k_core.c |
Fri, 26 Dec 2014 15:45:31 -0800 | Michael Pavone | Fix a few bugs introduced in the Z80 core from the adjustments to fit with the code gen refactor |
Sat, 08 Mar 2014 00:15:09 -0800 | Michael Pavone | Move translate_m68k_movem to m68k_core.c |
Fri, 07 Mar 2014 23:26:46 -0800 | Michael Pavone | Made m68k_retranslate_inst host-cpu generic and moved it to m68k_core.c |
Fri, 07 Mar 2014 19:35:13 -0800 | Michael Pavone | Combine andi ccr/sr and ori ccr/sr. |
Fri, 07 Mar 2014 17:42:29 -0800 | Michael Pavone | Refactored translate_m68k so that it contains no host-cpu specific code and moved it to m68k_core.c |
Wed, 05 Mar 2014 19:26:53 -0800 | Michael Pavone | Combine implementations of lea and pea. Update bit instructions to use the op_ family of functions to simplify their implementation a bit. |