summaryrefslogtreecommitdiff
path: root/backend.h
AgeCommit message (Expand)Author
2014-12-26Get Z80 banked access sort of working againMichael Pavone
2014-12-26Fix a few bugs introduced in the Z80 core from the adjustments to fit with th...Michael Pavone
2014-12-22Z80 core is sort of working againMichael Pavone
2014-12-17Get rest of emulator compiling again with Z80 core enabledMichael Pavone
2014-12-14WIP effort to update z80 core for code gen changesMichael Pavone
2014-03-11Split gen_mem_fun out of m68k_core_x86 and make it more generic so it can be ...Michael Pavone
2014-03-07Refactored translate_m68k so that it contains no host-cpu specific code and m...Michael Pavone
2014-03-02Refactor gen_x86 to use an interface more like gen_arm and to remove the need...Michael Pavone
2014-02-24Moved some generic stuff from backend.h gen_arm.h and gen_arm.c into gen.h an...Michael Pavone
2014-02-24Use a typedef code_ptr in place of uint8_t * in 68K core to better support ho...Mike Pavone
2014-02-24Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectivelyMike Pavone