From 33b5b65cd3eee98a4e0cb755cc67d5c2b4ccc0d4 Mon Sep 17 00:00:00 2001 From: 4am Date: Fri, 8 Nov 2019 14:06:45 -0500 Subject: [PATCH] . --- src/fx/fx.hgr.maple.a | 14 ++++++++++++++ src/fx/fx.hgr.maple.in.a | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/fx/fx.hgr.maple.a create mode 100644 src/fx/fx.hgr.maple.in.a 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