mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2025-11-23 06:12:31 +00:00
Removed -phxass assembler argument
This commit is contained in:
@ -6,11 +6,11 @@ init:
|
||||
move #$7fff,INTENA(a6) ; disable all interrupts
|
||||
|
||||
;; set up default palette
|
||||
bsr.s installColorPalette
|
||||
bsr installColorPalette
|
||||
|
||||
moveq.l #0,d0
|
||||
lea copper(pc),a0
|
||||
bsr.s pokeBitplanePointers
|
||||
bsr pokeBitplanePointers
|
||||
|
||||
;; set up playfield
|
||||
move.w #(RASTER_Y_START<<8)|RASTER_X_START,DIWSTRT(a6)
|
||||
|
||||
@ -51,7 +51,7 @@ pokeBitplanePointers:
|
||||
;; a0 = BPLP copper list address
|
||||
movem.l d0-a6,-(sp)
|
||||
lea bitplanes(pc),a1
|
||||
add.l d0, a1
|
||||
add.l d0,a1
|
||||
moveq #SCREEN_BIT_DEPTH-1,d0
|
||||
.bitplaneloop:
|
||||
move.l a1,d1
|
||||
|
||||
Reference in New Issue
Block a user