C is just assembler with other instruments. PMGs are used on system level, there are no library functions for CC65 yet: #include <atari.h> #include <peekpoke.h> #include <string.h> // --- inserted data from player editor -> #define FRAMES (1) #define HEIGHT (28) #define GAP (0) const unsigned char P0COLOURS[FRAMES] = { 0x14 }; const unsigned char P1COLOURS[FRAMES] = { 0x18 }; const unsigned char P0DATA[FRAMES][HEIGHT] = { { 0x7e, 0x7e, 0x18, 0x18, 0x18, 0x18
    • Like
    2