Minor change in comment.
This commit is contained in:
parent
2564882015
commit
7fc383e100
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
;
|
;
|
||||||
; Author: Adam Dunkels <adam@sics.se>, Oliver Schmidt <ol.sc@web.de>
|
; Author: Adam Dunkels <adam@sics.se>, Oliver Schmidt <ol.sc@web.de>
|
||||||
;
|
;
|
||||||
; $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
|
; Fixup address at location
|
||||||
: lda reg
|
: lda reg
|
||||||
eor (ptr),y ; Use XOR to support C64 RRNet
|
eor (ptr),y ; Use XOR to support C64 RR-Net
|
||||||
sta (ptr),y
|
sta (ptr),y
|
||||||
iny
|
iny
|
||||||
lda reg+1
|
lda reg+1
|
||||||
|
|
Loading…
Reference in a new issue