From bc9f2678a2c8f57b514812bd5488cef6b276bc28 Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 21 Aug 2003 20:35:26 +0000 Subject: [PATCH] Fixed a problem and a typo git-svn-id: svn://svn.cc65.org/cc65/trunk@2405 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/c64/c64-swlink.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 #