This directory contains various tools that help in the development of MC1 software.
Some tools are written in C/C++ and need to be compiled for your host system before use. Use CMake to build the tools, e.g. like this:
mkdir build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=.. ../src
ninja
ninja install
Convert a PNG image to an MCI image, which is suitable for the MC1 video system. The tool changes the color format to one that is supported by MC1, and can generate optimized palettes (including alpha), etc.
Convert a raw binary file to MRISC32 assembler.
Convert a raw binary file to C source code.
A VCP assembler (VCP = Video Control Program).