Age | Commit message (Collapse) | Author |
|
host-cpu specific parts.
|
|
respectively
|
|
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 process
|
|
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.
|
|
|
|
between M68K and Z80 cores and possibly also between x86 and the ARM backend when it exists
|
|
|
|
|
|
flag_regs setting
|
|
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.
|
|
save/load_context functions. Since the hand written versions of save/load are no longer used they have been removed.
|
|
generated save/load_context functions
|
|
save/load_context functions
|
|
|
|
code that messes with the stack is not worth the trouble.
|
|
load_context and save_context
|
|
|
|
|
|
call sprintf with floating point arguments without crashing
|
|
|
|
|
|
|
|
|
|
|
|
exactly 32
|
|
|
|
|
|
|
|
|
|
SEGA mapper.
|
|
|
|
memory acccess functions. The old static memory access functions have been removed from runtime.S
|
|
generated memory map functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rotates of more than 31 bits were messed up as the X flag was being thrown away between the first 31 bits of rotate and the rest.
|
|
|
|
|
|
|
|
|
|
pre-decrement amount for a7 when used as a source.
|
|
blastem and musashi. Fix asl #1 overflow flag.
|
|
|
|
|
|
|