Source position: memory.inc line 205
type sNDSBanner = packed record  | 
version: cuint16;  | 
crc: cuint16;  | 
reserved: array [0..27] of cuint8;  | 
icon: array [0..511] of cuint8;  | 
palette: array [0..15] of cuint16;  | 
titles: array [0..5,0..127] of cuint16;  | 
end;  |