aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 215034b..133aa85 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -41,14 +41,12 @@ In order to test your changes, I'd go this way:
You can pass the following arguments to `make`:
-- `CC65`: the compiler to use (defaults to `cl65`).
-- `CCOPTS`: the options to use for the compiler (defaults to `--target nes`).
+- `CC65`: the compiler to use (defaults to
+ [xa65](https://github.com/mssola/tools.nes) if that exists, otherwise `cl65`).
+- `CCOPTS`: the options to use for the compiler (defaults to `--target nes` and
+ it adds `--strict` if using `xa65`).
- `RUBY`: the ruby to use (defaults to `ruby`).
-Note that you can also set `DEBUG=1`, and with that you will pass sobre extra
-debugging options, like telling `cl65` to also output a `out/labels.txt` file
-with memory address on the symbols that have been evaluated.
-
## Modifying assets
I am using [NEXXT studio 3](https://frankengraphics.itch.io/nexxt) for managing