From: Brett Gordon Date: Wed, 16 Sep 2015 14:21:38 +0000 (-0400) Subject: call devtty_init() at startup X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=365bc22f04e99fadd5cebca32c30ddf8440cf11b;p=FUZIX.git call devtty_init() at startup --- diff --git a/Kernel/platform-coco3/coco3.s b/Kernel/platform-coco3/coco3.s index 80aa74db..9672c4ea 100644 --- a/Kernel/platform-coco3/coco3.s +++ b/Kernel/platform-coco3/coco3.s @@ -174,6 +174,7 @@ a@ sta ,x+ ldx #nmi_handler sta ,u+ stx ,u + jsr _devtty_init rts