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

18 lines
338 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.MAPLE",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.2bit.a"
+FX_INITONCE_2BIT FXCodeFile, CoordinatesFile, Start
2022-08-25 02:30:49 +00:00
Start
jmp FXCode
2022-08-25 02:30:49 +00:00
FXCodeFile
+PSTRING "HGRDITHER2"
2022-08-25 02:30:49 +00:00
CoordinatesFile
+PSTRING "MAPLE.DATA"