diff --git a/cpu/6502/net/cs8900a.S b/cpu/6502/net/cs8900a.S index b30612b7c..66a0d5924 100644 --- a/cpu/6502/net/cs8900a.S +++ b/cpu/6502/net/cs8900a.S @@ -30,7 +30,7 @@ ; ; Author: Adam Dunkels , Oliver Schmidt ; -; $Id: cs8900a.S,v 1.1 2007/11/19 23:14:14 oliverschmidt Exp $ +; $Id: cs8900a.S,v 1.2 2007/11/24 12:57:09 oliverschmidt Exp $ ; ;--------------------------------------------------------------------- @@ -119,7 +119,7 @@ init: ; Fixup address at location : lda reg - eor (ptr),y ; Use XOR to support C64 RRNet + eor (ptr),y ; Use XOR to support C64 RR-Net sta (ptr),y iny lda reg+1