From: Alan Cox Date: Sat, 11 Nov 2017 21:02:26 +0000 (+0000) Subject: z80pack: fix misreporting of memory size X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4bdd1b687b4b577e4e6bb590b9fb7efc639b2577;p=FUZIX.git z80pack: fix misreporting of memory size --- diff --git a/Kernel/platform-z80pack/z80pack.s b/Kernel/platform-z80pack/z80pack.s index e004b688..b8557733 100644 --- a/Kernel/platform-z80pack/z80pack.s +++ b/Kernel/platform-z80pack/z80pack.s @@ -108,9 +108,9 @@ init_early: init_hardware: ; set system RAM size - ld hl, #480 + ld hl, #484 ld (_ramsize), hl - ld hl, #(480-64) ; 64K for kernel + ld hl, #(484-64) ; 64K for kernel ld (_procmem), hl ld a, #1