summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-04Combine the implementation of ABCD and SBCD in the 68K coreMichael Pavone
2014-03-04Use translate_m68k_unary for SWAP in 68K coreMichael Pavone
2014-03-04Refactor a bunch of the arithmetic instructions in the 68K core to reduce dup...Michael Pavone
2014-03-04Small refactor to flag handling in 68K coreMichael Pavone
2014-03-03Remove jmp_r from gen_x86.h since it got added to gen.hMichael Pavone
2014-03-03More 68K core refactoring to both reduce the amount of code and better split ...Michael Pavone
2014-03-03Enable link time optimizationMichael Pavone
2014-03-03Make some small changes in trans so that it is more likely to produce the sam...Michael Pavone
2014-03-02Refactor translat_m68k_src and translate_m68k_dst into a single functionMichael Pavone
2014-03-02Initial stab at separating the generic parts of the 68K core from the host-cp...Michael Pavone
2014-03-02Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h resp...Michael Pavone
2014-03-02Small Makefile change that was missed in the last commitMichael Pavone
2014-03-02Refactor gen_x86 to use an interface more like gen_arm and to remove the need...Michael Pavone
2014-03-02Add backtrace (bt) command to 68K debuggerMichael Pavone
2014-03-01Add a separate flag/define for disabling the Z80 at compile time to ease refa...Michael Pavone
2014-03-01Fix PC displacement mode check in disassembler so that jmps involving a regis...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
2014-02-24Fix build breakageMichael Pavone
2014-02-24Start work on refactoring some of the backend code to allow more sharing betw...Michael Pavone
2014-02-23Fix ARM code generation and test programMichael Pavone
2014-02-23Added untested code for generating ARM machine codeMike Pavone
2014-02-23Fix typo in MakefileMike Pavone
2014-02-19Fix type mismatch on headless global that was causing a crash in the vgm play...Michael Pavone
2014-02-19Apart from the Z80 core, BlastEm now supports 32-bit x86Michael Pavone
2014-02-18Properly null terminate string returned by readlink in util.cMichael Pavone
2014-02-18Initial work on the x86-32 targetMichael Pavone
2014-02-18Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_r...Michael Pavone
2014-02-17Make references to flags in the M68K core respect the flag_regs options array...Michael Pavone
2014-02-16Generate handle_cycle_limit at runtime so it can use the generated save/load_...Michael Pavone
2014-02-16Generate native_addr and native_addr_and_sync at runtime so they can use the ...Michael Pavone
2014-02-16Generate retrans_stub at runtime so it can use the generated save/load_contex...Michael Pavone
2014-02-16Removed old debug print function that is no longer neededMichael Pavone
2014-02-15Get rid of the native stack option the 68K core. Trying to make it work with ...Michael Pavone
2014-02-15Generate m68k_start_context at runtime so it can use the generated load_conte...Michael Pavone
2014-02-14Generate save_context and load_context functions at runtimeMichael Pavone
2014-02-13Added tag v0.2.0 for changeset 6b7a96d0eda8Mike Pavone
2014-02-13Added CHANGELOGMike Pavone
2014-02-13Update READMEMike Pavone
2014-02-13Better emulation of the YM-2612 busy flagMike Pavone
2014-02-13Properly sync hardware when frame end is reached during DMAMike Pavone
2014-02-12Added tag v0.1.0 for changeset 949c7d875693Mike Pavone
2014-02-12Comment out LFO debug printfMike Pavone
2014-02-12Update version numberMike Pavone
2014-02-12Implement memory writes in GDB remote debugging stubMike Pavone
2014-02-12Remove defines from blastem.c that had been moved to blastem.hMike Pavone
2014-02-12Add file that was accidentally omitted from a previous commitMike Pavone
2014-02-12Fix operator 1 self-feedbackMichael Pavone
2014-02-11Support setting registers in gdb remote debuggerMike Pavone