4cade/src/fx/fx.dhgr.radial4.a

20 lines
380 B
Plaintext
Raw Permalink Normal View History

2018-12-29 18:43:59 +00:00
;license:MIT
2020-11-23 23:08:31 +00:00
;(c) 2019-2020 by 4am/qkumba
2018-12-29 18:43:59 +00:00
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.RADIAL4",plain
*=$6000
2020-11-23 23:08:31 +00:00
!source "src/fx/fx.dhgr.precomputed.1bit.a"
2024-06-01 01:01:21 +00:00
+FX_INITONCE_1BIT FXCodeFile, CoordinatesFile, Start
jsr iRippleCoordinates1Bit2
2020-11-23 23:08:31 +00:00
Start
2024-06-01 01:01:21 +00:00
jmp FXCode
2024-06-01 01:01:21 +00:00
FXCodeFile
+PSTRING "DHGRRADIAL"
CoordinatesFile
+PSTRING "RADIAL.DATA"