diff --git a/src/fx/fx.hgr.maple.a b/src/fx/fx.hgr.maple.a new file mode 100644 index 000000000..248c54c64 --- /dev/null +++ b/src/fx/fx.hgr.maple.a @@ -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 diff --git a/src/fx/fx.hgr.maple.in.a b/src/fx/fx.hgr.maple.in.a new file mode 100644 index 000000000..f2974f794 --- /dev/null +++ b/src/fx/fx.hgr.maple.in.a @@ -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