trs80: Check the PV flag not C on 8bit dec
authorAlan Cox <alan@linux.intel.com>
Sat, 27 Dec 2014 13:13:30 +0000 (13:13 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 27 Dec 2014 13:13:30 +0000 (13:13 +0000)
Kernel/platform-trs80/trs80.s

index 3d73c1d..5e83576 100644 (file)
@@ -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