]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - z180/config.inc
change common base from C000 to F000. loadcpm3 bugfixes
[z180-stamp.git] / z180 / config.inc
index 1d0709d85016f150b1639dfd620847b8f300eb90..d10b113161986eca7a87f5837d8770ccc23a30de 100644 (file)
@@ -46,7 +46,7 @@ PRT_PRE               equ     20              ;PRT prescaler
 ;-----------------------------------------------------\r
 ; MMU\r
 \r
-COMMON_SIZE    equ     16*1024         ;Common Area size in bytes\r
+COMMON_SIZE    equ     4*1024          ;Common Area size in bytes\r
                                        ;must be multiple of 4K\r
 if (COMMON_SIZE mod 1000h)\r
        .printx COMMON_SIZE not multiple of 4K!\r