Age | Commit message (Expand) | Author |
---|---|---|
2015-01-08 | Moved m68k_save_result to m68k_core.c | Michael Pavone |
2015-01-08 | Moved translate_m68k_rte and translate_m68k_reset to m68k_core.c | Michael Pavone |
2014-12-26 | Fix a few bugs introduced in the Z80 core from the adjustments to fit with th... | Michael Pavone |
2014-03-08 | Move translate_m68k_movem to m68k_core.c | Michael Pavone |
2014-03-07 | Made m68k_retranslate_inst host-cpu generic and moved it to m68k_core.c | Michael Pavone |
2014-03-07 | Combine andi ccr/sr and ori ccr/sr. | Michael Pavone |
2014-03-07 | Refactored translate_m68k so that it contains no host-cpu specific code and m... | Michael Pavone |
2014-03-05 | Combine implementations of lea and pea. Update bit instructions to use the op... | Michael Pavone |
2014-03-04 | Small refactor to flag handling in 68K core | Michael Pavone |
2014-03-03 | More 68K core refactoring to both reduce the amount of code and better split ... | Michael Pavone |
2014-03-02 | Initial stab at separating the generic parts of the 68K core from the host-cp... | Michael Pavone |