Type Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 Aliases for builtin types
C
 CPCT_BlendMode
 CPCT_FW_Colour
 CPCT_HW_Colour
 cpct_keyID
F
 f32
G
 GLFSR16_TAPSET
I
 i16
 i32
 i64
 i8
U
 u16
 u32
 u64
 u8
CPCtelera’s short useful aliases for standard SDCC built-in types.
Enumerates all blending modes for cpct_drawSpriteBlended.
Enumerates all 27 firmware colours
Enumerates all 27 hardware colours
Enumerated type with symbols for all the 80 possible Key/Joy definitions.
float (f32 = float 32-bits, 4 bytes)
This enumeration hold sets of valid TAPS for generating complete pseudo-random sequences using 16-bits Galois LFSR method.
signed int (i16 = integer 16-bits, 2 bytes)
signed long (i32 = integer 32-bits, 4 bytes)
signed long long (i32 = integer 64-bits, 8 bytes)
signed char (i8 = integer 8-bits, 1 byte )
unsigned int (u16 = unsigned 16-bits, 2 bytes)
unsigned long (u32 = unsigned 32-bits, 4 bytes)
unsigned long long (u32 = unsigned 64-bits, 8 bytes)
unsigned char (u8 = unsigned 8-bits, 1 byte )
Close