Mercurial > repos > blastem
graph
-
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
-
Generate retrans_stub at runtime so it can use the generated save/load_context functionsSun, 16 Feb 2014 18:17:59 -0800, by Michael Pavone
-
Removed old debug print function that is no longer neededSun, 16 Feb 2014 16:50:10 -0800, by Michael Pavone
-
Get rid of the native stack option the 68K core. Trying to make it work with code that messes with the stack is not worth the trouble.Sat, 15 Feb 2014 22:35:18 -0800, by Michael Pavone
-
Generate m68k_start_context at runtime so it can use the generated load_context and save_contextSat, 15 Feb 2014 21:25:36 -0800, by Michael Pavone
-
Generate save_context and load_context functions at runtimeFri, 14 Feb 2014 19:56:18 -0800, by Michael Pavone