trs80m1: note we need to make outchar for debugging other trs80 types
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 00:11:50 +0000 (01:11 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 00:11:50 +0000 (01:11 +0100)
Kernel/platform-trs80m1/trs80.s

index c50ad7a..4208fb1 100644 (file)
@@ -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