second: move roto code

This commit is contained in:
Vince Weaver 2023-09-29 00:37:05 -04:00
parent 16f4ba8eb0
commit 189f68b27a
4 changed files with 27 additions and 6 deletions

View 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 *~

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -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