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_to_x86.h
Age
Commit message (
Collapse
)
Author
2013-04-29
Implement retranslating code when written to. Possibly broken, need to fix ↵
Mike Pavone
some other bugs before a proper test.
2013-04-25
Get Z80 core working for simple programs
Mike Pavone
2013-04-16
Small bit of cleanup
Mike Pavone
2013-01-26
Tweaks to make blastem compatible with m68k-tester
Mike Pavone
2013-01-20
Add support for breaking into the debugger while game is running
Mike Pavone
2013-01-17
Add instruction address logging to translator and support for reading an ↵
Mike Pavone
address log to the disassembler
2013-01-15
Implement support for self-modifying code
Mike Pavone
2013-01-14
Prep work for handling games that modify code in RAM
Mike Pavone
2013-01-13
Fix a bunch of bugs in the CPU core, add a 68K debugger
Mike Pavone
2013-01-04
Don't use the native call stack for M68K calls by default
Mike Pavone
2012-12-27
Initial work on allowing dynamic branches and code in RAM plus a small fix ↵
Mike Pavone
to effective address decoding
2012-12-26
RTE doesn't crash the emulator anymore
Mike Pavone
2012-12-26
Initial stab at interrupt support. Make native code offsets bigger so I ↵
Mike Pavone
don't have to worry about overflowing the offset. Implement neg and not (untested).
2012-12-21
Implement a couple of supervisor instructions
Mike Pavone
2012-12-18
Get Flavio's color bar demo kind of sort of working
Mike Pavone
2012-12-04
M68K to x86 translation works for a limited subset of instructions and ↵
Mike Pavone
addressing modes
2012-11-27
x86 code gen, initial work on translator
Mike Pavone