summaryrefslogtreecommitdiff
path: root/m68k_core.c
AgeCommit message (Expand)Author
2015-04-28Fix bug in map_native_address that was breaking some self-modifying code in G...Michael Pavone
2015-01-14Removed hardcoded assumptions in M68K core about which parts of the memory ma...Michael Pavone
2015-01-08Moved m68k_save_result to m68k_core.cMichael Pavone
2015-01-08Moved translate_m68k_rte and translate_m68k_reset to m68k_core.cMichael Pavone
2015-01-04Prevent an infinite loop when handling out of bounds addresses in translate_m...Michael Pavone
2015-01-03Fix 68K remove_breakpointMichael Pavone
2015-01-01Fix some issues with 68K instruction retranslationMichael Pavone
2015-01-01Remove some of the hard coded assumptions about the memory map from the CPU c...Michael Pavone
2014-12-29Fix flag mask for m68k notMichael Pavone
2014-03-08Move translate_m68k_movem to m68k_core.cMichael Pavone
2014-03-07Made m68k_retranslate_inst host-cpu generic and moved it to m68k_core.cMichael Pavone
2014-03-07Combine andi ccr/sr and ori ccr/sr.Michael Pavone
2014-03-07Refactored translate_m68k so that it contains no host-cpu specific code and m...Michael Pavone
2014-03-05Combine implementations of lea and pea. Update bit instructions to use the op...Michael Pavone
2014-03-03More 68K core refactoring to both reduce the amount of code and better split ...Michael Pavone
2014-03-02Initial stab at separating the generic parts of the 68K core from the host-cp...Michael Pavone