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
@@ -7,7 +7,7 @@
entry:
lea CUSTOM,a6
bsr init
bsr.s installColorPalette
bsr installColorPalette
.mainLoop:
bsr waitVerticalBlank
+1 -1
View File
@@ -6,7 +6,7 @@ init:
move #$7fff,INTENA(a6) ; disable all interrupts
;; set up default palette
bsr.s installColorPalette
bsr installColorPalette
;; set up playfield
move.w #(RASTER_Y_START<<8)|RASTER_X_START,DIWSTRT(a6)