Skip to content

Commit

Permalink
chore(french): to english
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Apr 21, 2019
1 parent 5e465dd commit a05ae4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gencop.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;---------- Constantes ----------
;---------- Const ----------

;Registres
;Registers

INTENA = $09A
INTENAR = $01C
Expand All @@ -15,7 +15,7 @@ COP1LCL = $dff082
COPJMP1 = $dff088
VPOSR = $dff004

;Programme
;Program

COPPERLIST_SIZE = 1000 ;Size of the copperlist
LINE = 100 ;<= 255
Expand Down Expand Up @@ -160,7 +160,7 @@ exit:
movem.l (sp)+,d0-a6
rts

WaitRaster: ;Wait for scanline d0. Trashes d1.
WaitRaster: ;Wait for scanline d0. Trashes d1.
.l: move.l $dff004,d1
lsr.l #1,d1
lsr.w #7,d1
Expand Down

0 comments on commit a05ae4f

Please sign in to comment.