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
/
x86_backend.h
Age
Commit message (
Collapse
)
Author
2014-02-24
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
Mike Pavone
2014-02-24
Fix build breakage
Michael Pavone
2014-02-24
Start work on refactoring some of the backend code to allow more sharing ↵
Michael Pavone
between M68K and Z80 cores and possibly also between x86 and the ARM backend when it exists
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-05-21
Support for SRAM with SEGA mapper. Half-finished support for SRAM without ↵
Mike Pavone
SEGA mapper.
2013-05-18
Mostly working runtime generation of memory map read/write functions
Mike Pavone
2013-05-04
Remove deferred address entries from abandoned translations inside ↵
Mike Pavone
z80_retrans_inst
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