tools/emul: fix shell RAMSTART
This commit is contained in:
parent
def6c2123d
commit
dfce0d3a62
@ -11,7 +11,7 @@ jp init
|
|||||||
#include "core.asm"
|
#include "core.asm"
|
||||||
.define STDIO_GETC call emulGetC
|
.define STDIO_GETC call emulGetC
|
||||||
.define STDIO_PUTC call emulPutC
|
.define STDIO_PUTC call emulPutC
|
||||||
STDIO_RAMSTART .equ RAMEND
|
STDIO_RAMSTART .equ RAMSTART
|
||||||
#include "stdio.asm"
|
#include "stdio.asm"
|
||||||
|
|
||||||
BLOCKDEV_RAMSTART .equ STDIO_RAMEND
|
BLOCKDEV_RAMSTART .equ STDIO_RAMEND
|
||||||
|
Loading…
Reference in New Issue
Block a user