From: Alan Cox Date: Sun, 8 Jul 2018 00:11:50 +0000 (+0100) Subject: trs80m1: note we need to make outchar for debugging other trs80 types X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=22033a0ad697bbdc9f7dd1ffcb60a40a32bb0a79;p=FUZIX.git trs80m1: note we need to make outchar for debugging other trs80 types --- diff --git a/Kernel/platform-trs80m1/trs80.s b/Kernel/platform-trs80m1/trs80.s index c50ad7ab..4208fb14 100644 --- a/Kernel/platform-trs80m1/trs80.s +++ b/Kernel/platform-trs80m1/trs80.s @@ -191,6 +191,7 @@ _rom_vectors: ; outchar: Wait for UART TX idle, then print the char in A ; destroys: AF +; FIXME: need to do different things for Video Genie and Model III outchar: ld (0x37E8), a ret