mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 02:31:47 +00:00
Updates for removal of -phxass option
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
entry:
|
||||
lea CUSTOM,a6
|
||||
bsr init
|
||||
bsr.s installColorPalette
|
||||
bsr installColorPalette
|
||||
|
||||
.mainLoop:
|
||||
bsr waitVerticalBlank
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user