This patch release of DeZ80 corrects a longstanding error in Condition variants set for conditional jump instructions that check the Parity/Overflow and Sign flags. The mnemonics for those flags do not follow the usual notation, so the inverted condition was inverted once more when formatted, which allowed the integration tests to pass despite it being incorrect. This affects the following instructions:
RET POJP PO, nnCALL PO, nnRET PEJP PE, nnCALL PE, nnRET PJP P, nnCALL P, nnRET MJP M, nnCALL M, nn
Thanks to @redcode for finding this issue!