Mercurial > repos > blastem
log m68k_to_x86.c @ 547:3090d016c9e9
age | author | description |
---|---|---|
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. |