Skip to content

Commit

Permalink
chore(s): Source clean
Browse files Browse the repository at this point in the history
  • Loading branch information
prb28 committed Aug 8, 2018
1 parent bf79f9e commit 899af7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gencop.s
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ COPPERLIST_SIZE=1000 ;Size of the copperlist
LINE=100 ;<= 255

init:




move.l 4.w,a6 ; execbase
clr.l d0

Expand Down Expand Up @@ -160,7 +156,7 @@ checkmouse:
exit:
move.l d4,$dff080 ; restoring copperlist
or #$c000,d5 ; activating interruptions
move d5,$dff09a ; r�activation des interruptions
move d5,$dff09a
rts

WaitRaster: ;Wait for scanline d0. Trashes d1.
Expand Down

0 comments on commit 899af7a

Please sign in to comment.