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_core.c
Age
Commit message (
Collapse
)
Author
2015-04-28
Fix bug in map_native_address that was breaking some self-modifying code in ↵
Michael Pavone
Gunstar Heroes
2015-01-14
Removed hardcoded assumptions in M68K core about which parts of the memory ↵
Michael Pavone
map are RAM
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
2015-01-04
Prevent an infinite loop when handling out of bounds addresses in ↵
Michael Pavone
translate_m68k_stream
2015-01-03
Fix 68K remove_breakpoint
Michael Pavone
2015-01-01
Fix some issues with 68K instruction retranslation
Michael Pavone
2015-01-01
Remove some of the hard coded assumptions about the memory map from the CPU ↵
Michael Pavone
cores
2014-12-29
Fix flag mask for m68k not
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 ↵
Michael Pavone
moved it to m68k_core.c
2014-03-05
Combine implementations of lea and pea. Update bit instructions to use the ↵
Michael Pavone
op_ family of functions to simplify their implementation a bit.
2014-03-03
More 68K core refactoring to both reduce the amount of code and better split ↵
Michael Pavone
the host-cpu specific parts from the generic parts
2014-03-02
Initial stab at separating the generic parts of the 68K core from the ↵
Michael Pavone
host-cpu specific parts.
[prev]