slow star in

This commit is contained in:
4am
2019-10-26 16:10:35 -04:00
parent 6dbf494820
commit 8da2d2d057
4 changed files with 6740 additions and 1 deletions

View File

@@ -1 +1 @@
RIPPLE
RIPPLE

View File

@@ -40,3 +40,8 @@ for x, y in unique_coords:
with open("../../../src/fx/fx.hgr.slow.star.data.a", "w") as f:
for aval, bval in unique_vals:
f.write(" !byte %s,%s\n" % (aval, bval))
unique_vals.reverse()
with open("../../../src/fx/fx.hgr.slow.star.in.data.a", "w") as f:
for aval, bval in unique_vals:
f.write(" !byte %s,%s\n" % (aval, bval))

View File

@@ -0,0 +1,14 @@
;license:MIT
;(c) 2019 by 4am
;
!cpu 6502
!to "build/FX/SLOW.STAR.IN",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.1bit.a"
+FX_PRECOMPUTED_1BIT Coordinates
Coordinates
!source "src/fx/fx.hgr.slow.star.in.data.a"
!byte $80

File diff suppressed because it is too large Load Diff