z80: fix flag register handling for block i/o commands
commit2de2b3fe11599533b898e3eaae9485be0d8f2bcb
authorJuha Riihimäki <juha.riihimaki@nokia.com>
Mon, 10 Aug 2009 16:56:33 +0000 (10 17:56 +0100)
committerStuart Brady <stuart.brady@gmail.com>
Mon, 10 Aug 2009 16:56:33 +0000 (10 17:56 +0100)
tree9fcceedb2a88c7f0e486dca0f3b7dacec3d8681e
parent5c6f021d31b145d289b0ba6182c186bcba4140b1
z80: fix flag register handling for block i/o commands

All flags except for the undocumented X and Y flags should now be correctly
handled during block i/o commands. The X and Y flags are not updated since
the rest of the z80 emulation does not update them either.

Signed-off-by: Juha Riihimäki <juha.riihimaki@nokia.com>
target-z80/helper.h
target-z80/op_helper.c
target-z80/translate.c