From: Alan Cox Date: Mon, 2 Jul 2018 21:18:18 +0000 (+0100) Subject: trs80m1: use the printer port to dump diagnostics X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cf9d7768a6820872049e0ffb2884b68f70505d3e;p=FUZIX.git trs80m1: use the printer port to dump diagnostics --- diff --git a/Kernel/platform-trs80m1/trs80.s b/Kernel/platform-trs80m1/trs80.s index d63280d2..31c35ea4 100644 --- a/Kernel/platform-trs80m1/trs80.s +++ b/Kernel/platform-trs80m1/trs80.s @@ -49,7 +49,6 @@ .globl null_handler .globl fd_nmi_handler - .include "kernel.def" .include "../kernel.def" @@ -170,7 +169,7 @@ _rom_vectors: ; outchar: Wait for UART TX idle, then print the char in A ; destroys: AF outchar: - out (0xEB), a + ld (0x37E8), a ret ;