From 277db4bd3369fb7ce38291930db1cacd9d22ae26 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 1 Jan 2015 21:23:58 +0000 Subject: [PATCH] trs80: fix silly bug --- Kernel/platform-trs80/trs80.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-trs80/trs80.s b/Kernel/platform-trs80/trs80.s index 1763d492..fc22d6d2 100644 --- a/Kernel/platform-trs80/trs80.s +++ b/Kernel/platform-trs80/trs80.s @@ -83,7 +83,7 @@ ctcloop: out (c), b ; register out (0x89), a ; data inc hl dec b - jp po, ctcloop + jp p, ctcloop ; clear screen ld hl, #0xF800 -- 2.34.1