summaryrefslogtreecommitdiff
path: root/z180/config.inc
diff options
context:
space:
mode:
authorLeo C2014-10-20 13:19:34 +0200
committerLeo C2014-10-20 13:19:34 +0200
commitbad2d92d98f9990ee5ccf509c0eafe5b3af9f4dc (patch)
tree5f40467c58dc2aa6aad35c96575506a4784e0444 /z180/config.inc
parent6dc26e92c20eedcfcba9e0b75a015a5b160748c5 (diff)
downloadz180-stamp-bad2d92d98f9990ee5ccf509c0eafe5b3af9f4dc.zip
Define fifos: msg_tx_fifo, msg_rx_fifo
Diffstat (limited to 'z180/config.inc')
-rw-r--r--z180/config.inc11
1 files changed, 5 insertions, 6 deletions
diff --git a/z180/config.inc b/z180/config.inc
index b5df1cc..652b5ae 100644
--- a/z180/config.inc
+++ b/z180/config.inc
@@ -41,17 +41,16 @@ CWAITROM equ 2 shl MWI0
DRSTNUM equ 30h ;DDTZ Restart vector (breakpoints)
-msg_fb_len equ 256
-rx.buf_len equ 20h
-tx.buf_len equ 80h
-rx.buf_len equ 20h
-tx.buf_len equ 80h
+msg_rx_fifo_len equ 256
+msg_tx_fifo_len equ 256
s1.rx_len equ 256 ;Serial 1 (ASCI1) buffers
s1.tx_len equ 256 ;
-PMSG equ 80h
+AVRINT5 equ 40h
+AVRINT6 equ 50h
+;PMSG equ 80h
;-----------------------------------------------------
; Definition of (locical) top 2 memory pages