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
2014-02-24
Use a typedef code_ptr in place of uint8_t * in 68K core to better support ho...
Mike Pavone
2014-02-24
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
Mike Pavone
2014-02-18
Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_r...
Michael Pavone
2014-02-16
Generate handle_cycle_limit at runtime so it can use the generated save/load_...
Michael Pavone
2014-02-16
Generate native_addr and native_addr_and_sync at runtime so they can use the ...
Michael Pavone
2014-02-16
Generate retrans_stub at runtime so it can use the generated save/load_contex...
Michael Pavone
2014-02-15
Get rid of the native stack option the 68K core. Trying to make it work with ...
Michael Pavone
2014-02-15
Generate m68k_start_context at runtime so it can use the generated load_conte...
Michael Pavone
2014-02-14
Generate save_context and load_context functions at runtime
Michael Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
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