From ef967b4387541516ecbce2ca2aa8a6a8bc619ca4 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 20 Dec 2014 00:26:58 +0000 Subject: [PATCH] trs80: serial debug This makes the serial debug work in the emulator. It's not sufficient for doing serial debug on a real TRS80 --- 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 64bb5457..df8217a6 100644 --- a/Kernel/platform-trs80/trs80.s +++ b/Kernel/platform-trs80/trs80.s @@ -256,7 +256,7 @@ map_restore: ; outchar: Wait for UART TX idle, then print the char in A ; destroys: AF outchar: -; out (0x01), a + out (0xEB), a ret ; -- 2.34.1