tools/emul: fix shell RAMSTART

This commit is contained in:
Virgil Dupras 2019-05-17 07:55:28 -04:00
parent def6c2123d
commit dfce0d3a62
1 changed files with 1 additions and 1 deletions

View File

@ -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