- Install cc65 toolchain. It needs to be in
PATH. - Install CMake.
- Do a standard CMake build. i.e.
mkdir build; cd build; cmake ..; make
See comments in the code and X65 memory map.
PATH.mkdir build; cd build; cmake ..; makeSee comments in the code and X65 memory map.