Mercurial > repos > blastem
log m68k_to_x86.c @ 73:8da611e69b32
age | author | description |
---|---|---|
Fri, 21 Dec 2012 16:04:41 -0800 | Mike Pavone | Implement a couple of supervisor instructions |
Fri, 21 Dec 2012 01:00:52 -0800 | Mike Pavone | Implement more instructions and address modes |
Thu, 20 Dec 2012 09:17:31 -0800 | Mike Pavone | Make the translator bail out if it hits an instruction I haven't implemented yet |
Thu, 20 Dec 2012 00:56:33 -0800 | Mike Pavone | Fix BTST |
Thu, 20 Dec 2012 00:44:59 -0800 | Mike Pavone | Gamepad support |
Wed, 19 Dec 2012 21:25:39 -0800 | Mike Pavone | Cleanup 68K timing code. Temporarily omment out fFPS counter as it was causing segfaults |
Wed, 19 Dec 2012 20:23:59 -0800 | Mike Pavone | Add support for BTST instruction (untested), absolute addressing mode for instructions other than move (untested) and fix decoding of MOVEM. |