diff --git a/Apple2/Shell.asm b/Apple2/Shell.asm index 95496d3..b40169f 100755 --- a/Apple2/Shell.asm +++ b/Apple2/Shell.asm @@ -110,8 +110,8 @@ Start: lda LastChar pha bit ClearKeyboard - lda #ResetCommand - jsr SendByte +; lda #ResetCommand +; jsr SendByte lda #ShellCommand jsr SendByte jsr DumpOutput