From 1333e3c21a18b9d4cf68943b34522779e25271fa Mon Sep 17 00:00:00 2001 From: FlightControl Date: Tue, 12 Jan 2021 22:32:29 +0100 Subject: [PATCH] Fixed some spelling mistakes. --- src/test/kc/examples/cx16/tilemap.c | 6 +++--- src/test/kc/examples/cx16/veralayers.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/kc/examples/cx16/tilemap.c b/src/test/kc/examples/cx16/tilemap.c index a7243088f..0da1faaa3 100644 --- a/src/test/kc/examples/cx16/tilemap.c +++ b/src/test/kc/examples/cx16/tilemap.c @@ -3,9 +3,9 @@ // Author: Sven Van de Velde -// The default layer of the CS16 is layer 1. -// The CS16 starts in tile map mode, 1BPP in 16 color mode, and uses 8x8 tiles. -// The map base is address 0x00000 in VERA VRAM, the tile map is address 0x1F000. +// The default layer of the CX16 is layer 1. +// The CX16 starts in tile map mode, 1BPP in 16 color mode, and uses 8x8 tiles. +// The map base is address 0x00000 in VERA VRAM, the tile map is address 0x0F800. #include #include diff --git a/src/test/kc/examples/cx16/veralayers.c b/src/test/kc/examples/cx16/veralayers.c index 4cd095b0b..02d2fffe3 100644 --- a/src/test/kc/examples/cx16/veralayers.c +++ b/src/test/kc/examples/cx16/veralayers.c @@ -3,9 +3,9 @@ // Author: Sven Van de Velde -// The default layer of the CS16 is layer 1. -// The CS16 starts in tile map mode, 1BPP in 16 color mode, and uses 8x8 tiles. -// The map base is address 0x00000 in VERA VRAM, the tile map is address 0x1F000. +// The default layer of the CX16 is layer 1. +// The CX16 starts in tile map mode, 1BPP in 16 color mode, and uses 8x8 tiles. +// The map base is address 0x00000 in VERA VRAM, the tile map is address 0x0F800. #include #include