Updates for removal of -phxass option

This commit is contained in:
alpine9000
2016-03-21 20:35:08 +11:00
parent 773d440d0c
commit a97fef89b0
17 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ moveBlitterObject:
lea ypos(pc),a4
add.l #1,xpos ; move the blitter object one pixel to the right
add.l #1,ypos ; move the blitter object one pixel down
bsr.s blitObject64 ; blit 64 pixel object (x=d0,y=d1,background=a0,object=a1,mask=a2)
bsr blitObject64 ; blit 64 pixel object (x=d0,y=d1,background=a0,object=a1,mask=a2)
cmp.l #SCREEN_WIDTH-BLIT_BOB_WIDTH64+16,xpos ; check if we need to wrap the x
bne.s .skip
move.l #0,xpos ; wrap x back to 0
+1 -1
View File
@@ -5,7 +5,7 @@ init:
move #$7fff,INTENA(a6) ; disable all interrupts
;; set up default palette
bsr.s installPalette
bsr installPalette
;; set up playfield
move.w #(RASTER_Y_START<<8)|RASTER_X_START,DIWSTRT(a6)