1
0
mirror of synced 2024-11-10 15:18:51 +01:00
Commit Graph

1 Commits

Author SHA1 Message Date
Christian Dietrich
44fe73ff8f SBC/CPC: Fix Calculation of Zero Flag
For the Sub/Compare with carry, the old Z flag is also used to
AND the newZ:

  newZ = (result==0) & oldZ
2014-09-29 23:01:20 +02:00