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

19 lines
374 B
Plaintext
Raw Permalink Normal View History

2020-11-24 00:05:51 +00:00
;license:MIT
;(c) 2019-2020 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.MAPLE.RIP",plain
2020-11-24 00:05:51 +00:00
*=$6000
!source "src/fx/fx.dhgr.precomputed.2bit.a"
+FX_INITONCE_2BIT FXCodeFile, CoordinatesFile, Start
jsr iRippleCoordinates2Bit
2020-11-24 00:05:51 +00:00
Start
jmp FXCode
2020-11-24 00:05:51 +00:00
FXCodeFile
+PSTRING "DHGR2"
2020-11-24 00:05:51 +00:00
CoordinatesFile
+PSTRING "MAPLE.DATA"