From 22033a0ad697bbdc9f7dd1ffcb60a40a32bb0a79 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 8 Jul 2018 01:11:50 +0100 Subject: [PATCH] trs80m1: note we need to make outchar for debugging other trs80 types --- Kernel/platform-trs80m1/trs80.s | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1