summaryrefslogtreecommitdiff
path: root/z180
diff options
context:
space:
mode:
authorLeo C2015-06-12 10:18:48 +0200
committerLeo C2015-06-12 10:18:48 +0200
commit7c87207c28795325744b2dbea47c0fa508d6639d (patch)
tree0dca023e9586106f0ea427db9e16f5f5c462c366 /z180
parent057817cb1dc71416bc798b5cd592acfcea87efaa (diff)
downloadz180-stamp-7c87207c28795325744b2dbea47c0fa508d6639d.zip
change common base from C000 to F000. loadcpm3 bugfixes
Diffstat (limited to 'z180')
-rw-r--r--z180/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/z180/config.inc b/z180/config.inc
index 1d0709d..d10b113 100644
--- a/z180/config.inc
+++ b/z180/config.inc
@@ -46,7 +46,7 @@ PRT_PRE equ 20 ;PRT prescaler
;-----------------------------------------------------
; MMU
-COMMON_SIZE equ 16*1024 ;Common Area size in bytes
+COMMON_SIZE equ 4*1024 ;Common Area size in bytes
;must be multiple of 4K
if (COMMON_SIZE mod 1000h)
.printx COMMON_SIZE not multiple of 4K!