diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ You can build everything by just calling `make` and binaries will then be available in the `out` directory. Before doing that, though, you will need a compiler for the 6052 platform. A good option is [cc65](https://github.com/cc65/cc65), which is available on all major platforms. -Otherwise, if you want to use another compiler, you can pass the `CC65` and -`CCOPTS` variables to the Makefile. +Otherwise, if you want to use another compiler, you can pass the `CC65`, `CA65`, +`LD65` and `CCOPTS` variables to the Makefile. After that, it's recommended that you run the ROMs with an emulator with debugging support or at least some form of memory visualization. This is because |
