From dfce0d3a624e2156a7efd75c24c10d36d94557af Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 17 May 2019 07:55:28 -0400 Subject: [PATCH] tools/emul: fix shell RAMSTART --- tools/emul/shell/shell_.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/emul/shell/shell_.asm b/tools/emul/shell/shell_.asm index 7b11c15..2953b21 100644 --- a/tools/emul/shell/shell_.asm +++ b/tools/emul/shell/shell_.asm @@ -11,7 +11,7 @@ jp init #include "core.asm" .define STDIO_GETC call emulGetC .define STDIO_PUTC call emulPutC -STDIO_RAMSTART .equ RAMEND +STDIO_RAMSTART .equ RAMSTART #include "stdio.asm" BLOCKDEV_RAMSTART .equ STDIO_RAMEND