From: cuz Date: Thu, 21 Aug 2003 20:35:26 +0000 (+0000) Subject: Fixed a problem and a typo X-Git-Tag: V2.12.0~1358 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc9f2678a2c8f57b514812bd5488cef6b276bc28;p=cc65 Fixed a problem and a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@2405 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/c64/c64-swlink.s b/libsrc/c64/c64-swlink.s index ca83d3cd0..bf521eaa1 100644 --- a/libsrc/c64/c64-swlink.s +++ b/libsrc/c64/c64-swlink.s @@ -251,7 +251,7 @@ PARAMS: sta ACIA_CTRL ; Set the value for the command register. We remember the base value in -; RtsOff, since we will have to manipulate ACIT_CMD often. +; RtsOff, since we will have to manipulate ACIA_CMD often. ldy #SER_PARAMS_PARITY ; Parity lda (ptr1),y @@ -259,14 +259,14 @@ PARAMS: lda ParityTable,y ora #%00000001 ; DTR active sta RtsOff - ora #%00010000 ; Enable receive interrupts - sta ACIA_CMD + ora #%00001000 ; Enable receive interrupts + sta ACIA_CMD ; Done lda #