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:
parent
a5b10d962f
commit
a5e81ca64d
@ -18,7 +18,6 @@ void main() {
|
||||
bgcolor(BLACK);
|
||||
clrscr();
|
||||
|
||||
//vera_layer_mode_tile(1, 0x10000, 0x00000, 128, 64, 8, 8, 1);
|
||||
vera_layer_mode_tile(0, 0x04000, 0x14000, 128, 128, 16, 16, 2);
|
||||
//vera_layer_mode_tile(0, 0x04000, 0x14000, 128, 128, 16, 16, 2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user