]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - z180/config.inc
bugfix integer promotion. increase size of message fifos to 64
[z180-stamp.git] / z180 / config.inc
index 034febe128e698d4d96938239d5dfad44e7751c9..b5a53192f9adc47e44ddfb47d43a05e5750c7e8d 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