From: Alan Cox Date: Sat, 27 Dec 2014 13:13:30 +0000 (+0000) Subject: trs80: Check the PV flag not C on 8bit dec X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7abb67408feadef8ad6c14398da31370d06cdb70;p=FUZIX.git trs80: Check the PV flag not C on 8bit dec --- diff --git a/Kernel/platform-trs80/trs80.s b/Kernel/platform-trs80/trs80.s index 3d73c1dd..5e83576b 100644 --- a/Kernel/platform-trs80/trs80.s +++ b/Kernel/platform-trs80/trs80.s @@ -84,7 +84,7 @@ ctcloop: out (c), b ; register out (0x89), a ; data inc hl dec b - jr nc, ctcloop + jp po, ctcloop ; clear screen ld hl, #0xF800