Mercurial > repos > blastem
log z80_to_x86.c @ 305:a57fac5b3d65
age | author | description |
---|---|---|
Wed, 08 May 2013 23:29:21 -0700 | Mike Pavone | Contrary to the official documenation, OR and AND also set PV based on parity instead of overflow |
Wed, 08 May 2013 23:20:41 -0700 | Mike Pavone | Set PV flag based on parity, not overflow for XOR |
Wed, 08 May 2013 23:17:54 -0700 | Mike Pavone | BIT was setting the zero flag to the opposite of what it should have. This is now fixed. |
Wed, 08 May 2013 23:12:08 -0700 | Mike Pavone | More fixes for confusion between Z80_UNUSED and MODE_UNUSED |
Wed, 08 May 2013 23:03:18 -0700 | Mike Pavone | Compare src_op.mode with the correct constant in shift/rotate instructions |
Wed, 08 May 2013 22:49:50 -0700 | Mike Pavone | Fix IX/IY register selection when the direction bit is set |
Wed, 08 May 2013 22:46:03 -0700 | Mike Pavone | Fix calcuation of IX/IY dipslacements. Fix a bunch of stuff related to the IX/IY bit/shift/rotate instructions. |