summaryrefslogtreecommitdiff
path: root/z180
diff options
context:
space:
mode:
authorLeo C2015-06-03 14:02:01 +0200
committerLeo C2015-06-03 14:02:01 +0200
commit8d0fad4c149a3283eb2a6840f6eeeb7158aad9ca (patch)
tree6406986c9362c40a5056f57a572e798aee857588 /z180
parent845cbdbdd011f875219542dc5916f390cd952514 (diff)
downloadz180-stamp-8d0fad4c149a3283eb2a6840f6eeeb7158aad9ca.zip
bugfix integer promotion. increase size of message fifos to 64
Diffstat (limited to 'z180')
-rw-r--r--z180/config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/z180/config.inc b/z180/config.inc
index 034febe..b5a5319 100644
--- a/z180/config.inc
+++ b/z180/config.inc
@@ -123,9 +123,9 @@ DDTZRSTVEC equ 030h ;DDTZ Restart vector (breakpoints)
INIDONE equ 03Fh ;CP/M skip hw init, if this address
INIDONEVAL equ 080h ; is set to this value.
-mtx.fifo_len equ 32 ;Message transfer fifos
+mtx.fifo_len equ 64 ;Message transfer fifos
mtx.fifo_id equ 0 ; This *must* have #0
-mrx.fifo_len equ 32
+mrx.fifo_len equ 64
mrx.fifo_id equ 1
ci.fifo_len equ 32 ;AVRCON Character I/O via AVR