summaryrefslogtreecommitdiff
path: root/x86_backend.h
AgeCommit message (Collapse)Author
2014-02-24Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectivelyMike Pavone
2014-02-24Fix build breakageMichael Pavone
2014-02-24Start 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-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-05-21Support for SRAM with SEGA mapper. Half-finished support for SRAM without ↵Mike Pavone
SEGA mapper.
2013-05-18Mostly working runtime generation of memory map read/write functionsMike Pavone
2013-05-04Remove deferred address entries from abandoned translations inside ↵Mike Pavone
z80_retrans_inst
2013-04-29Implement retranslating code when written to. Possibly broken, need to fix ↵Mike Pavone
some other bugs before a proper test.
2013-04-25Get Z80 core working for simple programsMike Pavone
2013-04-16Small bit of cleanupMike Pavone