log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
blastem
log m68k_to_x86.c @ 558:
dc9f178085a0
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
-100
-30
-10
-8
tip
age
author
description
Mon, 24 Feb 2014 01:30:16 -0800
Mike Pavone
Use a typedef code_ptr in place of uint8_t * in 68K core to better support host instruction sets with different instruction word sizes. Make x86_68k_options contain a cpu_options so that gen_mem_fun can eventually be shared with the Z80 core.
Mon, 24 Feb 2014 00:50:15 -0800
Mike Pavone
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
Mon, 24 Feb 2014 00:39:02 -0800
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 exists
Wed, 19 Feb 2014 00:22:27 -0800
Michael Pavone
Apart from the Z80 core, BlastEm now supports 32-bit x86
Tue, 18 Feb 2014 21:37:31 -0800
Michael Pavone
Initial work on the x86-32 target
Tue, 18 Feb 2014 20:32:10 -0800
Michael Pavone
Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_regs setting
Mon, 17 Feb 2014 19:58:37 -0800
Michael Pavone
Make references to flags in the M68K core respect the flag_regs options array so that flags can be moved out of registers for the 32-bit port. set/get ccr/sr still need to be updated to support this, but everything else should be done.
Sun, 16 Feb 2014 19:54:27 -0800
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.
less
more
|
(0)
-100
-30
-10
-8
tip