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
/
trans.c
Age
Commit message (
Collapse
)
Author
2014-03-02
Initial stab at separating the generic parts of the 68K core from the ↵
Michael Pavone
host-cpu specific parts.
2014-03-02
Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h ↵
Michael Pavone
respectively
2014-03-02
Refactor gen_x86 to use an interface more like gen_arm and to remove the ↵
Michael Pavone
need for the caller to decide whether an 8-bit or 32-bit displacement is needed in the rdisp functions. Update m68k_to_x86 to use the new version of the gen_x86 functions and do some minor refactoring there in the process
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-07-16
Fix 68K test harness
Mike Pavone
2013-04-16
Fixed up trans for changes to translate_m68k_stream, but still need to deal ↵
Mike Pavone
with missing callbacks.
2012-12-04
Initial support for M68k reset vector, rather than starting at an arbitrary ↵
Mike Pavone
address
2012-12-04
M68K to x86 translation works for a limited subset of instructions and ↵
Mike Pavone
addressing modes