mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-08 12:30:47 +00:00
second: move roto code
This commit is contained in:
parent
16f4ba8eb0
commit
189f68b27a
21
demos/second/part10_lens_rotozoom/graphics/Makefile
Normal file
21
demos/second/part10_lens_rotozoom/graphics/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
include ../../../../Makefile.inc
|
||||
|
||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
|
||||
PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
|
||||
PNG2GR = ../../../../utils/gr-utils/png2gr
|
||||
|
||||
all: lenspic.gr.zx02
|
||||
|
||||
####
|
||||
|
||||
lenspic.gr.zx02: lenspic.gr
|
||||
$(ZX02) lenspic.gr lenspic.gr.zx02
|
||||
|
||||
lenspic.gr: lenspic.png
|
||||
$(PNG2GR) lenspic.png lenspic.gr
|
||||
|
||||
|
||||
####
|
||||
|
||||
clean:
|
||||
rm -f *~
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
@ -168,15 +168,15 @@ scaleaddh: .byte $00
|
||||
|
||||
.include "rotozoom.s"
|
||||
|
||||
.include "gr_pageflip.s"
|
||||
;.include "gr_fast_clear.s"
|
||||
.include "gr_copy.s"
|
||||
.include "../gr_pageflip.s"
|
||||
.include "../gr_fast_clear.s"
|
||||
.include "../gr_copy.s"
|
||||
|
||||
.include "gr_offsets.s"
|
||||
.include "c00_scrn_offsets.s"
|
||||
.include "../gr_offsets.s"
|
||||
.include "../c00_scrn_offsets.s"
|
||||
|
||||
|
||||
.include "multiply_fast.s"
|
||||
.include "../multiply_fast.s"
|
||||
|
||||
;===============================================
|
||||
; Data
|
Loading…
x
Reference in New Issue
Block a user