1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-12-28 01:29:44 +00:00

fixed much code, working on 16x16 8bit tile mode.

There is an error in the compiler i think which i need to communicate to Jesper.
This commit is contained in:
FlightControl 2021-01-17 08:21:46 +01:00
parent a5e81ca64d
commit 056259b2e0

View File

@ -9,7 +9,7 @@
// An explanation is given how this mode is organized, and how the tiles display and coloring works.
// Pälette offsets are explained also.
#include <conio.h>
#include <veralib.h>
#include <printf.h>
void main() {