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 (
Expand
)
Author
2020-06-13
Somewhat buggy implementations of shift instructions in new 68K core
Michael Pavone
2020-06-12
Fix 68k test harness target, add cycle count to output and add a cycle limit
Michael Pavone
2019-04-18
WIP new 68K core using CPU DSL
Michael Pavone
2017-03-28
Fix exit trace mode edge case. Call do_sync if trace mode bit is changed in e...
Michael Pavone
2017-03-28
Implemented M68K trace mode. Some edge cases/SR update paths still need work
Michael Pavone
2016-10-06
Add support for specifying a reset handler in the M68K core. Adjust memory ma...
Michael Pavone
2015-10-28
Get trans program compiling again
Michael Pavone
2015-05-16
Fix trans so it compiles again
Michael Pavone
2014-03-03
Make some small changes in trans so that it is more likely to produce the sam...
Michael Pavone
2014-03-02
Initial stab at separating the generic parts of the 68K core from the host-cp...
Michael Pavone
2014-03-02
Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h resp...
Michael Pavone
2014-03-02
Refactor gen_x86 to use an interface more like gen_arm and to remove the need...
Michael Pavone
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 w...
Mike Pavone
2012-12-04
Initial support for M68k reset vector, rather than starting at an arbitrary a...
Mike Pavone
2012-12-04
M68K to x86 translation works for a limited subset of instructions and addres...
Mike Pavone