4sports/src/fx/fx.dhgr.slow.star.ripple.a

20 lines
381 B
Plaintext
Raw Permalink Normal View History

2021-02-16 06:01:22 +00:00
;license:MIT
;(c) 2019-2020 by 4am/qkumba
;
!cpu 6502
2022-08-23 02:04:55 +00:00
!to "build/FX.INDEXED/DHGR.SLOWST.RIP",plain
2021-02-16 06:01:22 +00:00
*=$6000
!source "src/fx/fx.dhgr.precomputed.1bit.a"
+FX_INITONCE_1BIT FXCodeFile, CoordinatesFile, Start
jsr iRippleCoordinates1Bit2
2021-02-16 06:01:22 +00:00
Start
jmp FXCode
2021-02-16 06:01:22 +00:00
FXCodeFile
+PSTRING "DHGR1"
2021-02-16 06:01:22 +00:00
CoordinatesFile
+PSTRING "SLOW.STAR.DATA"