From a5e81ca64db2e8dc39d039ea21ceccc2f180bbc8 Mon Sep 17 00:00:00 2001 From: FlightControl Date: Sun, 17 Jan 2021 08:21:20 +0100 Subject: [PATCH] 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. --- src/test/kc/examples/cx16/tilemap_2bpp_16_x_16.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/kc/examples/cx16/tilemap_2bpp_16_x_16.c b/src/test/kc/examples/cx16/tilemap_2bpp_16_x_16.c index 45072aad4..72bb7e5a0 100644 --- a/src/test/kc/examples/cx16/tilemap_2bpp_16_x_16.c +++ b/src/test/kc/examples/cx16/tilemap_2bpp_16_x_16.c @@ -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);