From: Alan Cox Date: Sun, 24 Sep 2017 23:00:27 +0000 (+0100) Subject: v658c16: fix memory size reporting X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6221aa5b8a39ba5ad7b30c6dccd1a8ff5fce5a87;p=FUZIX.git v658c16: fix memory size reporting 512K not 8K ! --- diff --git a/Kernel/platform-v65c816/v65.s b/Kernel/platform-v65c816/v65.s index 50ba18ce..06a25434 100644 --- a/Kernel/platform-v65c816/v65.s +++ b/Kernel/platform-v65c816/v65.s @@ -111,7 +111,7 @@ init_hardware: ; set system RAM size for test purposes rep #$10 .i16 - ldx #8 + ldx #512 stx _ramsize ldx #512-64 stx _procmem