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
/
backend.h
Age
Commit message (
Expand
)
Author
2015-05-11
Sync fixes and logging to fix more sync issues
Michael Pavone
2015-01-14
Removed hardcoded assumptions in M68K core about which parts of the memory ma...
Michael Pavone
2015-01-03
Made the Z80 core more contained by refactoring some code in blastem.c into z...
Michael Pavone
2015-01-03
All cycle counters are now based off the master clock. This seems to have mes...
Michael Pavone
2015-01-01
Remove some of the hard coded assumptions about the memory map from the CPU c...
Michael Pavone
2014-12-29
Fix handling of code writes for Z80 core. This seems to get things close to b...
Michael Pavone
2014-12-26
Get Z80 banked access sort of working again
Michael Pavone
2014-12-26
Fix a few bugs introduced in the Z80 core from the adjustments to fit with th...
Michael Pavone
2014-12-22
Z80 core is sort of working again
Michael Pavone
2014-12-17
Get rest of emulator compiling again with Z80 core enabled
Michael Pavone
2014-12-14
WIP effort to update z80 core for code gen changes
Michael Pavone
2014-03-11
Split gen_mem_fun out of m68k_core_x86 and make it more generic so it can be ...
Michael Pavone
2014-03-07
Refactored translate_m68k so that it contains no host-cpu specific code and m...
Michael Pavone
2014-03-02
Refactor gen_x86 to use an interface more like gen_arm and to remove the need...
Michael Pavone
2014-02-24
Moved some generic stuff from backend.h gen_arm.h and gen_arm.c into gen.h an...
Michael Pavone
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