mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2025-01-08 08:29:57 +00:00
Document SSC command register usage
This commit is contained in:
parent
296f128655
commit
f507432fef
@ -182,7 +182,7 @@ init_ssc:
|
||||
sta saved_control
|
||||
|
||||
;; Configure SSC
|
||||
lda #%00001011
|
||||
lda #%00001011 ; no parity/echo/interrupts, RTS low, DTR low
|
||||
sta COMMAND
|
||||
lda #%10011110 ; 9600 baud, 8 data bits, 2 stop bits
|
||||
sta CONTROL
|
||||
|
@ -43,7 +43,7 @@ loop: lda driver,y
|
||||
pha
|
||||
|
||||
;; Configure SSC
|
||||
lda #%00001011
|
||||
lda #%00001011 ; no parity/echo/interrupts, RTS low, DTR low
|
||||
sta COMMAND
|
||||
lda #%10011110 ; 9600 baud, 8 data bits, 2 stop bits
|
||||
sta CONTROL
|
||||
|
Loading…
Reference in New Issue
Block a user