summaryrefslogtreecommitdiff
path: root/z180
diff options
context:
space:
mode:
authorLeo C2015-10-23 15:14:56 +0200
committerLeo C2015-10-23 15:14:56 +0200
commitaca998c354db4006fd821a47b09e55775c61371d (patch)
tree8b615a211d8dbebee88605a81ebc7c580281221f /z180
parented7d7fd35e5cf408fd9cf7e900308b4ce318be7c (diff)
downloadz180-stamp-aca998c354db4006fd821a47b09e55775c61371d.zip
cli.c: bugfix in cli_parse_line(): correct nargs
Diffstat (limited to 'z180')
-rw-r--r--z180/z180reg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/z180/z180reg.inc b/z180/z180reg.inc
index 2666867..a1a90c2 100644
--- a/z180/z180reg.inc
+++ b/z180/z180reg.inc
@@ -47,7 +47,7 @@ stat1 equ IOBASE+05h ;ASCI Status Channel 1
b2m FE,4 ;Framing Error
b2m RIE,3 ;Receive Interrupt Enable
b2m DCD0,2 ;Data Carrier Detect (Ch 0)
- b2m CTS1E,2 ;Clear To Send (Ch 1)
+ b2m CTS1E,2 ;Clear To Send Enable (Ch 1)
b2m TDRE,1 ;Transmit Data Register Empty
b2m TIE,0 ;Transmit Interrupt Enable