From: Alan Cox Date: Thu, 14 May 2015 20:21:20 +0000 (+0100) Subject: msx: update to new binman X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3f346c92790c4dee79115c2f3fa09ed9c83374c1;p=FUZIX.git msx: update to new binman --- diff --git a/Kernel/platform-msx1/crt0.s b/Kernel/platform-msx1/crt0.s index ad68dce2..ca309e5c 100644 --- a/Kernel/platform-msx1/crt0.s +++ b/Kernel/platform-msx1/crt0.s @@ -59,7 +59,7 @@ start: di out (0x2f), a ld sp, #kstack_top ; move the common memory where it belongs - ld hl, #s__INITIALIZER + ld hl, #s__DATA ld de, #s__COMMONMEM ld bc, #l__COMMONMEM ldir diff --git a/Kernel/platform-msx2/crt0.s b/Kernel/platform-msx2/crt0.s index d15b06df..aea39eb3 100644 --- a/Kernel/platform-msx2/crt0.s +++ b/Kernel/platform-msx2/crt0.s @@ -6,8 +6,8 @@ .area _CODE2 .area _VIDEO .area _CONST - .area _DATA .area _INITIALIZED + .area _DATA .area _BSEG .area _BSS .area _HEAP @@ -84,7 +84,7 @@ start: call enaslt ; move the common memory where it belongs - ld hl, #s__INITIALIZER + ld hl, #s__DATA ld de, #s__COMMONMEM ld bc, #l__COMMONMEM ldir