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

18 lines
342 B
Plaintext
Raw Permalink Normal View History

2022-08-26 01:56:15 +00:00
;license:MIT
;(c) 2019-2020 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.DITHMAPLE",plain
*=$6000
!source "src/fx/fx.dhgr.precomputed.2bit.a"
+FX_INITONCE_2BIT FXCodeFile, CoordinatesFile, Start
2022-08-26 01:56:15 +00:00
Start
jmp FXCode
2022-08-26 01:56:15 +00:00
FXCodeFile
+PSTRING "DHGRDITHER2"
2022-08-26 01:56:15 +00:00
CoordinatesFile
+PSTRING "MAPLE.DATA"