summaryrefslogtreecommitdiff
path: root/m68k_internal.h
AgeCommit message (Expand)Author
2016-04-27Implement privelege violation exceptionsMichael Pavone
2016-04-26Initial stab at implementing address error exceptions. Need to fill in the va...Michael Pavone
2016-04-26Implement illegal instruction trapMichael Pavone
2016-04-24Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/1...Michael Pavone
2016-04-24Fix order of writes for move.l with a predec destinationMichael Pavone
2015-10-29Implement TRAPVMichael Pavone
2015-10-28Implement TASMichael Pavone
2015-05-22Don't attempt to translate or map code at odd addresses. This fixes a bug tha...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
2014-12-26Fix a few bugs introduced in the Z80 core from the adjustments to fit with th...Michael 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-04Small refactor to flag handling in 68K coreMichael 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