mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-12-28 01:29:44 +00:00
Fixed some spelling mistakes.
This commit is contained in:
parent
69d3f2f395
commit
1333e3c21a
@ -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 <veralib.h>
|
||||
#include <printf.h>
|
||||
|
@ -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 <printf.h>
|
||||
#include <veralib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user