summaryrefslogtreecommitdiff
path: root/backend.h
AgeCommit message (Expand)Author
2019-04-18WIP new 68K core using CPU DSLMichael Pavone
2019-02-12Integration of new Z80 core is sort of working nowMichael Pavone
2019-01-28Fix zero flag calculation in CPU DSLMichael Pavone
2018-07-06Update controller config when changed in UI without restartMichael Pavone
2018-01-31Made the NOR flash emulation a bit more flexible, but not yet flexible enough...Michael Pavone
2017-09-13Preserve original address when retranslating instructions instead of switchin...Michael Pavone
2017-04-03Improved printing of word at absolute address to support reading from all add...Michael Pavone
2017-01-04Don't lock up CPU if performing a read with writes configured when in PBC mod...Michael Pavone
2016-12-28Remove memory map assumptions from Z80 core and move a little bit of logic to...Michael Pavone
2016-10-04Add a new memory map flag to support an auxilliary buffer for translating cod...Michael Pavone
2016-07-27Change cycle tracking code for Z80 core to only use a single register. Store ...Michael Pavone
2016-04-26Initial stab at implementing address error exceptions. Need to fill in the va...Michael Pavone
2015-05-11Sync fixes and logging to fix more sync issuesMichael Pavone
2015-01-14Removed hardcoded assumptions in M68K core about which parts of the memory ma...Michael Pavone
2015-01-03Made the Z80 core more contained by refactoring some code in blastem.c into z...Michael Pavone
2015-01-03All cycle counters are now based off the master clock. This seems to have mes...Michael Pavone
2015-01-01Remove some of the hard coded assumptions about the memory map from the CPU c...Michael Pavone
2014-12-29Fix handling of code writes for Z80 core. This seems to get things close to b...Michael Pavone
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