Mercurial > repos > blastem
log m68k_to_x86.c @ 158:a2ab895d9708
age | author | description |
---|---|---|
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 |
Thu, 03 Jan 2013 22:49:21 -0800 | Mike Pavone | Implement TRAP (untested) |
Thu, 03 Jan 2013 22:07:40 -0800 | Mike Pavone | Implement MULU/MULS and DIVU/DIVS |