Update 003.music to use imagecon

This commit is contained in:
alpine9000
2016-03-01 15:22:58 +11:00
parent 42f49cf8ab
commit ec7cab9946
2 changed files with 9 additions and 8 deletions
+6 -5
View File
@@ -1,10 +1,11 @@
MAKEADF=../tools/makeadf
FLOPPY=bin/music.adf
EXTRA=out/image-copper.s out/image-data.bin
FLOPPY=bin/image.adf
EXTRA=out/image-copper-list.s out/image.bin
IMAGEFILE=../assets/hello.png
MODULE=music.s
include ../base.mk
$(EXTRA): ../assets/hello.png ../tools/bitplanify.py
../tools/bitplanify.py ../assets/hello.png --copper $(EXTRA)
$(EXTRA): $(IMAGECON) $(IMAGEFILE)
$(IMAGECON) $(IMAGEFILE) out/image
+3 -3
View File
@@ -73,8 +73,8 @@ copper:
dc.w BPL1MOD,SCREEN_WIDTH_BYTES*SCREEN_BIT_DEPTH-SCREEN_WIDTH_BYTES
dc.w BPL2MOD,SCREEN_WIDTH_BYTES*SCREEN_BIT_DEPTH-SCREEN_WIDTH_BYTES
include "out/image-copper.s"
include "out/image-copper-list.s"
dc.l $fffffffe
Playrtn:
@@ -84,5 +84,5 @@ Module1:
incbin "../assets/P61.sowhat-intro" ;usecode $9410
bitplanes:
incbin "out/image-data.bin"
incbin "out/image.bin"