]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - z180/config.inc
connect command 'esc \' enhancement, new 'esc :' subcommand
[z180-stamp.git] / z180 / config.inc
index 034febe128e698d4d96938239d5dfad44e7751c9..ffab6e6c94040daebc742ae4d87832f1fa2d54d2 100644 (file)
@@ -123,9 +123,9 @@ DDTZRSTVEC  equ     030h            ;DDTZ Restart vector (breakpoints)
 INIDONE                equ     03Fh            ;CP/M skip hw init, if this address\r
 INIDONEVAL     equ     080h            ;    is set to this value.\r
 \r
-mtx.fifo_len   equ     32              ;Message transfer fifos\r
+mtx.fifo_len   equ     64              ;Message transfer fifos\r
 mtx.fifo_id    equ     0               ;    This *must* have #0\r
-mrx.fifo_len   equ     32\r
+mrx.fifo_len   equ     64\r
 mrx.fifo_id    equ     1\r
 \r
 ci.fifo_len    equ     32              ;AVRCON Character I/O via AVR\r
@@ -170,7 +170,8 @@ mkbuf       macro   id,name,size
     name&.mask equ ;wrong size error\r
   else\r
     db id\r
-    ds 3\r
+    db size-1\r
+    ds 2\r
     name:: ds size\r
     name&.mask equ low (size-1)\r
     if size ne 0\r