Minor cleanup

This commit is contained in:
alpine9000
2016-03-08 21:24:50 +11:00
parent 3201897405
commit 5192246aff
3 changed files with 1 additions and 3 deletions
Binary file not shown.
+1 -2
View File
@@ -38,5 +38,4 @@ copper:
dc.l $fffffffe
bitplanes:
incbin "out/image-ham.bin"
;; incbin "out/image.bin"
incbin "out/image-ham.bin"
-1
View File
@@ -15,7 +15,6 @@ init:
move.w #(RASTER_X_START/2-SCREEN_RES),DDFSTRT(a6)
move.w #(RASTER_X_START/2-SCREEN_RES)+(8*((SCREEN_WIDTH/16)-1)),DDFSTOP(a6)
;; move.w #(SCREEN_BIT_DEPTH<<12)|COLOR_ON|HOMOD,BPLCON0(a6)
move.w #(SCREEN_BIT_DEPTH<<12)|COLOR_ON|HOMOD,BPLCON0(a6)
move.w #SCREEN_WIDTH_BYTES*SCREEN_BIT_DEPTH-SCREEN_WIDTH_BYTES,BPL1MOD(a6)
move.w #SCREEN_WIDTH_BYTES*SCREEN_BIT_DEPTH-SCREEN_WIDTH_BYTES,BPL2MOD(a6)