mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-02-06 13:31:05 +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:
parent
056259b2e0
commit
bdb1dba43b
@ -19,7 +19,7 @@ void main() {
|
|||||||
clrscr();
|
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, 0x04000, 0x14000, 128, 128, 16, 16, 2);
|
//vera_layer_mode_tile(0, 0x00000, 0x14000, 128, 128, 16, 16, 2);
|
||||||
|
|
||||||
byte tiles[256] = {
|
byte tiles[256] = {
|
||||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user