Frenzied race game. Carwar is a MSX 2 game contained in a 32 KB cartridge.
It uses 16 KB of RAM (main memory) and 128 KB of VRAM (video memory).
This game was made thanks to SDCC compiler.
Gameplay code part is programmed in C while render function are made in inline-assembler.
Carwar use the Screen 8 mode of the MSX 2.
It allow to render 256 colors bitmap imagewith a fixed palette.
This mode is rarely used because it take a lot of space into the VRAM.
|