User Tools

Site Tools


midres_library:tutorial:mctile:compile
Translations of this page:


TUTORIAL: MULTICOLOR TILE

LET'S COMPILE AND RUN!

Compiling the program is very simple. If you have downloaded the repository, everything is ready, and just must run the make command with the appropriate options, depending on the platform.

COMMODORE 64

make target=c64 tutorial=MCTILE clean all
x64 exe\midres.c64.d64

COMMODORE 128

make target=c128 tutorial=MCTILE clean all
x128 exe\midres.c128.d64

COMMODORE PLUS/4

make target=plus4 tutorial=MCTILE clean all
yape exe\midres.plus4.d64

COMMODORE VIC 20

make target=vic2024 tutorial=MCTILE clean all
xvic --memory 24k exe\midres.vic2024.d64

ATARI (8 bit)

make target=atari tutorial=MCTILE clean all
altirra /hardware:800 exe\midres.atari.d64