This commit is contained in:
4am 2019-11-08 14:06:45 -05:00
parent ec395129a2
commit 33b5b65cd3
2 changed files with 28 additions and 0 deletions

14
src/fx/fx.hgr.maple.a Normal file
View File

@ -0,0 +1,14 @@
;license:MIT
;(c) 2019 by 4am
;
!cpu 6502
!to "build/FX/MAPLE",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.2bit.a"
+FX_PRECOMPUTED_2BIT Coordinates
Coordinates
!source "src/fx/fx.hgr.maple.data.a"
!byte $00

14
src/fx/fx.hgr.maple.in.a Normal file
View File

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