# HG changeset patch # User boisy # Date 1071462196 0 # Node ID eeaf8ff6420ddb3a4f8aa7c9d8f1d3146e42713f # Parent c086c2d613cfed1c353e95f6fe2f72dad3764995 stdout is needed, not stdin for SS.KySns diff -r c086c2d613cf -r eeaf8ff6420d level1/modules/sysgo.asm --- a/level1/modules/sysgo.asm Mon Dec 15 03:57:48 2003 +0000 +++ b/level1/modules/sysgo.asm Mon Dec 15 04:23:16 2003 +0000 @@ -206,7 +206,7 @@ IFEQ ROM * Fork shell startup here * Added 12/14/03: If SHIFT is held down, startup is not run - clra + lda #$01 standard output ldb #SS.KySns os9 I$GetStt bcs DoStartup