1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-29 20:31:58 +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:39:17 +01:00
parent 056259b2e0
commit bdb1dba43b

View File

@ -19,7 +19,7 @@ void main() {
clrscr();
vera_layer_mode_tile(0, 0x04000, 0x14000, 128, 128, 16, 16, 2);
//vera_layer_mode_tile(0, 0x04000, 0x14000, 128, 128, 16, 16, 2);
//vera_layer_mode_tile(0, 0x00000, 0x14000, 128, 128, 16, 16, 2);
byte tiles[256] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,