4cade/src/fx/fx.hgr.dither.iris.a

18 lines
336 B
Plaintext
Raw Permalink Normal View History

2022-08-25 02:30:49 +00:00
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DITHER.IRIS",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.1bit.a"
+FX_INITONCE_1BIT FXCodeFile, CoordinatesFile, Start
2022-08-25 02:30:49 +00:00
Start
jmp FXCode
2022-08-25 02:30:49 +00:00
FXCodeFile
+PSTRING "HGRDITHER1"
2022-08-25 02:30:49 +00:00
CoordinatesFile
+PSTRING "IRIS.DATA"