From: Alan Cox Date: Sat, 20 Dec 2014 00:26:58 +0000 (+0000) Subject: trs80: serial debug X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ef967b4387541516ecbce2ca2aa8a6a8bc619ca4;p=FUZIX.git trs80: serial debug This makes the serial debug work in the emulator. It's not sufficient for doing serial debug on a real TRS80 --- 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 ;