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 (
Expand
)
Author
2013-05-21
m68k_trap is now replaced with a generated one so it can call the generated m...
Mike Pavone
2013-05-21
Generate handle_cycle_limit_int at runtime so it can refer to the runtime gen...
Mike Pavone
2013-05-18
Mostly working runtime generation of memory map read/write functions
Mike Pavone
2013-05-10
Initial stab at horizontal interrupts and improving accuracy of vertical inte...
Mike Pavone
2013-05-05
Add a YM2612 stub implementation with just timers and status registers so tha...
Mike Pavone
2013-04-30
Add a second context pointer to m68k_context so that try_fifo_write can still...
Mike Pavone
2013-04-29
Implement retranslating code when written to. Possibly broken, need to fix so...
Mike Pavone
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 addr...
Mike Pavone
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 to...
Mike Pavone
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 don't...
Mike Pavone
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 addres...
Mike Pavone
2012-11-27
x86 code gen, initial work on translator
Mike Pavone