index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
m68k_internal.h
Age
Commit message (
Expand
)
Author
2018-05-17
Fix instruction timing for a number of instructions with only a single operand
Michael Pavone
2017-05-19
Fix to M68K interrupt latency for most instructions. Still needs some work fo...
Michael Pavone
2017-04-24
Fix interaction between 68K debugger and instruction retranslation due to sel...
Michael Pavone
2017-03-15
Cycle accurate implementation of divs
Michael Pavone
2017-03-03
Cycle accurate divu and undefined flags for overflow case
Michael Pavone
2016-11-28
Clean up symbol visiblity and delete a ltitle bit of dead code
Michael Pavone
2016-10-06
Add support for specifying a reset handler in the M68K core. Adjust memory ma...
Michael Pavone
2016-04-27
Implement privelege violation exceptions
Michael Pavone
2016-04-26
Initial stab at implementing address error exceptions. Need to fill in the va...
Michael Pavone
2016-04-26
Implement illegal instruction trap
Michael Pavone
2016-04-24
Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/1...
Michael Pavone
2016-04-24
Fix order of writes for move.l with a predec destination
Michael Pavone
2015-10-29
Implement TRAPV
Michael Pavone
2015-10-28
Implement TAS
Michael Pavone
2015-05-22
Don't attempt to translate or map code at odd addresses. This fixes a bug tha...
Michael Pavone
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