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