summaryrefslogtreecommitdiff
path: root/z180/config.inc
diff options
context:
space:
mode:
Diffstat (limited to 'z180/config.inc')
-rw-r--r--z180/config.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/z180/config.inc b/z180/config.inc
index b5a5319..ffab6e6 100644
--- a/z180/config.inc
+++ b/z180/config.inc
@@ -170,7 +170,8 @@ mkbuf macro id,name,size
name&.mask equ ;wrong size error
else
db id
- ds 3
+ db size-1
+ ds 2
name:: ds size
name&.mask equ low (size-1)
if size ne 0