1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-16 08:33:37 +00:00

Fixed some spelling mistakes.

This commit is contained in:
FlightControl 2021-01-12 22:32:29 +01:00
parent 69d3f2f395
commit 1333e3c21a
2 changed files with 6 additions and 6 deletions

View File

@ -3,9 +3,9 @@
// Author: Sven Van de Velde // Author: Sven Van de Velde
// The default layer of the CS16 is layer 1. // The default layer of the CX16 is layer 1.
// The CS16 starts in tile map mode, 1BPP in 16 color mode, and uses 8x8 tiles. // 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 0x1F000. // The map base is address 0x00000 in VERA VRAM, the tile map is address 0x0F800.
#include <veralib.h> #include <veralib.h>
#include <printf.h> #include <printf.h>

View File

@ -3,9 +3,9 @@
// Author: Sven Van de Velde // Author: Sven Van de Velde
// The default layer of the CS16 is layer 1. // The default layer of the CX16 is layer 1.
// The CS16 starts in tile map mode, 1BPP in 16 color mode, and uses 8x8 tiles. // 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 0x1F000. // The map base is address 0x00000 in VERA VRAM, the tile map is address 0x0F800.
#include <printf.h> #include <printf.h>
#include <veralib.h> #include <veralib.h>