Mercurial > repos > blastem
log m68k_to_x86.c @ 161:6748022656b7
age | author | description |
---|---|---|
Sat, 05 Jan 2013 01:55:11 -0800 | Mike Pavone | Implement more address modes for movem dst and fix a missing break statement in translate_m68k_dst |
Sat, 05 Jan 2013 01:31:28 -0800 | Mike Pavone | FIx movem when src is reg list and dst is not a areg predec mode |
Sat, 05 Jan 2013 00:53:50 -0800 | Mike Pavone | Fix predec address mode when used as source |
Fri, 04 Jan 2013 23:52:20 -0800 | Mike Pavone | Fix rotate instructions that use a register source. Fix ROXL/ROXR to actually use the appropriate x86 instruction. |
Fri, 04 Jan 2013 23:25:23 -0800 | Mike Pavone | Add cycles for Bcc (needs work, but this changes keeps some ROMs from making the emulator unresponsive) |
Fri, 04 Jan 2013 23:21:07 -0800 | Mike Pavone | Don't use the native call stack for M68K calls by default |
Fri, 04 Jan 2013 22:51:01 -0800 | Mike Pavone | Small fix for bit instructions |