Mercurial > repos > blastem
graph
-
Fix reg-indirect mode for RBP/R13Fri, 26 Dec 2014 19:36:41 -0800, by Michael Pavone
-
Set int_cycle to CYCLE_NEVER in sync_z80 so that the interrupt routine isn't taken inappropriately now that the kludge in handle_cycle_limit_int has been removedFri, 26 Dec 2014 15:46:53 -0800, by Michael Pavone
-
Fix a few bugs introduced in the Z80 core from the adjustments to fit with the code gen refactorFri, 26 Dec 2014 15:45:31 -0800, by Michael Pavone
-
Add Z80 test runner Python script I wrote a while back and forgot to commitFri, 26 Dec 2014 13:42:25 -0800, by Michael Pavone
-
Update .hgignoreFri, 26 Dec 2014 13:41:45 -0800, by Michael Pavone
-
Fix an off-by-one error in a branch destination in the generation of handle_cycle_limit for the Z80Fri, 26 Dec 2014 12:56:53 -0800, by Michael Pavone
-
Update code->cur before calling z80_get_address_trans in z80_retranslate_inst to avoid any newly translated instructions from being placed in the "buffer zone". Save the current value of the code_info struct for placing the final jmp instruction in the correct placeFri, 26 Dec 2014 12:52:13 -0800, by Michael Pavone
-
Set the byte_swap flag in the M68K core so gen_mem_fun correctly inserts xor instructions for byte access functionsFri, 26 Dec 2014 12:37:27 -0800, by Michael Pavone
-
Add a couple of missing checks for the byte_swap and address_size parameters in gen_mem_funFri, 26 Dec 2014 12:36:54 -0800, by Michael Pavone
-
Add in missing generated Z80 helper functions. Fix a small bug in Z80_HALT. Fix generation of save and load context for Z80Fri, 26 Dec 2014 12:34:41 -0800, by Michael Pavone
-
Z80 core is sort of working againMon, 22 Dec 2014 20:55:10 -0800, by Michael Pavone
-
Get rest of emulator compiling again with Z80 core enabledWed, 17 Dec 2014 23:03:19 -0800, by Michael Pavone
-
Get Z80 core back into compileable stateWed, 17 Dec 2014 09:53:51 -0800, by Michael Pavone
-
WIP effort to update z80 core for code gen changesSun, 14 Dec 2014 16:45:23 -0800, by Michael Pavone
-
Split gen_mem_fun out of m68k_core_x86 and make it more generic so it can be used by the Z80 coreTue, 11 Mar 2014 09:44:47 -0700, by Michael Pavone
-
Move translate_m68k_movem to m68k_core.cSat, 08 Mar 2014 00:15:09 -0800, by Michael Pavone
-
Made m68k_retranslate_inst host-cpu generic and moved it to m68k_core.cFri, 07 Mar 2014 23:26:46 -0800, by Michael Pavone
-
Minor refactor to translate_m68k_move_ccr_sr and translate_m68k_stop to reduce code duplicationFri, 07 Mar 2014 19:45:05 -0800, by Michael Pavone
-
Use swap_ssp_usp in translate_m68k_move_ccr_srFri, 07 Mar 2014 19:39:51 -0800, by Michael Pavone
-
Combine andi ccr/sr and ori ccr/sr.Fri, 07 Mar 2014 19:35:13 -0800, by Michael Pavone
-
Use update_flags instead of individual set_flag calls in a few placesFri, 07 Mar 2014 17:51:40 -0800, by Michael Pavone
-
Refactored translate_m68k so that it contains no host-cpu specific code and moved it to m68k_core.cFri, 07 Mar 2014 17:42:29 -0800, by Michael Pavone
-
Combine implementations of lea and pea. Update bit instructions to use the op_ family of functions to simplify their implementation a bit.Wed, 05 Mar 2014 19:26:53 -0800, by Michael Pavone
-
Refactor translate_m68k_cmp to use translate_m68k_arithWed, 05 Mar 2014 09:33:50 -0800, by Michael Pavone
-
Combine the implementation of ABCD and SBCD in the 68K coreTue, 04 Mar 2014 22:35:01 -0800, by Michael Pavone
-
Use translate_m68k_unary for SWAP in 68K coreTue, 04 Mar 2014 22:24:08 -0800, by Michael Pavone
-
Refactor a bunch of the arithmetic instructions in the 68K core to reduce duplicate codeTue, 04 Mar 2014 22:12:43 -0800, by Michael Pavone
-
Small refactor to flag handling in 68K coreTue, 04 Mar 2014 00:02:20 -0800, by Michael Pavone
-
Remove jmp_r from gen_x86.h since it got added to gen.hMon, 03 Mar 2014 22:22:36 -0800, by Michael Pavone
-
More 68K core refactoring to both reduce the amount of code and better split the host-cpu specific parts from the generic partsMon, 03 Mar 2014 22:17:20 -0800, by Michael Pavone
-
Enable link time optimizationMon, 03 Mar 2014 22:16:41 -0800, by Michael Pavone
-
Make some small changes in trans so that it is more likely to produce the same output as mustrans when given misbehaving programs. Add lea to testcases.txt. Improve the output of comparetest.py so that known issues can easily be separated from new ones.Mon, 03 Mar 2014 21:08:43 -0800, by Michael Pavone
-
Refactor translat_m68k_src and translate_m68k_dst into a single functionSun, 02 Mar 2014 17:53:32 -0800, by Michael Pavone
-
Initial stab at separating the generic parts of the 68K core from the host-cpu specific parts.Sun, 02 Mar 2014 16:34:29 -0800, by Michael Pavone
-
Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h respectivelySun, 02 Mar 2014 15:25:52 -0800, by Michael Pavone
-
Small Makefile change that was missed in the last commitSun, 02 Mar 2014 14:46:55 -0800, by Michael Pavone
-
Refactor gen_x86 to use an interface more like gen_arm and to remove the need for the caller to decide whether an 8-bit or 32-bit displacement is needed in the rdisp functions. Update m68k_to_x86 to use the new version of the gen_x86 functions and do some minor refactoring there in the processSun, 02 Mar 2014 14:45:36 -0800, by Michael Pavone
-
Add backtrace (bt) command to 68K debuggerSun, 02 Mar 2014 14:41:43 -0800, by Michael Pavone
-
Add a separate flag/define for disabling the Z80 at compile time to ease refactoringSat, 01 Mar 2014 17:11:06 -0800, by Michael Pavone
-
Fix PC displacement mode check in disassembler so that jmps involving a register are handled correctlySat, 01 Mar 2014 17:07:33 -0800, by Michael Pavone
-
Moved some generic stuff from backend.h gen_arm.h and gen_arm.c into gen.h and gen.c. Added a couple fields to cpu_options so that gen_mem_fun can be made guest CPU genericMon, 24 Feb 2014 09:55:24 -0800, by Michael Pavone
-
Ensure proper stack alignment when the Z80 calls into C code. This fixes a crash in optimized builds on OSXMon, 23 Jun 2014 13:12:04 -0400, by Mike Pavone
-
Fix x86_rrindex_sizedir. Pass the correct scale to mov_rindexr in gen_mem_fun. BlastEm now sort of works on OS X. Runs reliably from lldb, but only intermittently from the shellMon, 23 Jun 2014 11:05:55 -0400, by Mike Pavone
-
blastem builds and almost works on OS X nowTue, 17 Jun 2014 01:50:29 -0400, by Mike Pavone
-
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectivelyMon, 24 Feb 2014 00:50:15 -0800, by Mike Pavone
-
Fix build breakageMon, 24 Feb 2014 00:40:32 -0800, by Michael Pavone
-
Start work on refactoring some of the backend code to allow more sharing between M68K and Z80 cores and possibly also between x86 and the ARM backend when it existsMon, 24 Feb 2014 00:39:02 -0800, by Michael Pavone
-
Fix ARM code generation and test programSun, 23 Feb 2014 22:17:43 -0800, by Michael Pavone
-
Added untested code for generating ARM machine codeSun, 23 Feb 2014 21:37:19 -0800, by Mike Pavone
-
Fix typo in MakefileSun, 23 Feb 2014 11:52:13 -0800, by Mike Pavone
-
Fix type mismatch on headless global that was causing a crash in the vgm player on ARMWed, 19 Feb 2014 00:44:19 -0800, by Michael Pavone
-
Apart from the Z80 core, BlastEm now supports 32-bit x86Wed, 19 Feb 2014 00:22:27 -0800, by Michael Pavone
-
Properly null terminate string returned by readlink in util.cTue, 18 Feb 2014 23:19:07 -0800, by Michael Pavone
-
Initial work on the x86-32 targetTue, 18 Feb 2014 21:37:31 -0800, by Michael Pavone
-
Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_regs settingTue, 18 Feb 2014 20:32:10 -0800, by Michael Pavone
-
Generate handle_cycle_limit at runtime so it can use the generated save/load_context functions. Since the hand written versions of save/load are no longer used they have been removed.Sun, 16 Feb 2014 19:54:27 -0800, by Michael Pavone
-
Generate native_addr and native_addr_and_sync at runtime so they can use the generated save/load_context functionsSun, 16 Feb 2014 19:21:39 -0800, by Michael Pavone