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

20 lines
381 B
Plaintext
Raw Permalink Normal View History

2022-08-26 01:56:15 +00:00
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.DITHRAD2",plain
*=$6000
!source "src/fx/fx.dhgr.precomputed.1bit.a"
2024-06-01 01:01:21 +00:00
+FX_INITONCE_1BIT FXCodeFile, CoordinatesFile, Start
jsr iRippleCoordinates1Bit
2022-08-26 01:56:15 +00:00
Start
2024-06-01 01:01:21 +00:00
jmp FXCode
2022-08-26 01:56:15 +00:00
2024-06-01 01:01:21 +00:00
FXCodeFile
+PSTRING "DHGRDITHRAD"
2022-08-26 01:56:15 +00:00
CoordinatesFile
+PSTRING "RADIAL.DATA"