mirror of
https://github.com/a2-4am/4sports.git
synced 2025-08-09 19:25:10 +00:00
18 lines
347 B
Plaintext
18 lines
347 B
Plaintext
;license:MIT
|
|
;(c) 2019-2020 by 4am/qkumba
|
|
;
|
|
!cpu 6502
|
|
!to "build/FX.INDEXED/DHGR.DITHWAVYIR",plain
|
|
*=$6000
|
|
|
|
!source "src/fx/fx.dhgr.precomputed.2bit.a"
|
|
|
|
+FX_INITONCE_2BIT FXCodeFile, CoordinatesFile, Start
|
|
Start
|
|
jmp FXCode
|
|
|
|
FXCodeFile
|
|
+PSTRING "DHGRDITHER2"
|
|
CoordinatesFile
|
|
+PSTRING "WAVY.IRIS.DATA"
|