ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
_SIDFILEHeader Struct Reference

Data Fields

unsigned char magicID [4]
unsigned char version [2]
unsigned char dataOffset [2]
unsigned char loadAddress [2]
unsigned char initAddress [2]
unsigned char playAddress [2]
unsigned char songs
unsigned char startSong
unsigned char speed [4]
unsigned char name [32]
unsigned char author [32]
unsigned char released [32]
unsigned char flags [2]
unsigned char startPage
unsigned char pageLength
unsigned char secondSIDAddress
unsigned char thirdSIDAddres

Detailed Description

Definition at line 52 of file sid_file.c.

Field Documentation

◆ author

unsigned char author[32]

Definition at line 73 of file sid_file.c.

◆ dataOffset

unsigned char dataOffset[2]

Definition at line 58 of file sid_file.c.

◆ flags

unsigned char flags[2]

Definition at line 76 of file sid_file.c.

◆ initAddress

unsigned char initAddress[2]

Definition at line 62 of file sid_file.c.

◆ loadAddress

unsigned char loadAddress[2]

Definition at line 60 of file sid_file.c.

◆ magicID

unsigned char magicID[4]

Definition at line 54 of file sid_file.c.

◆ name

unsigned char name[32]

Definition at line 72 of file sid_file.c.

◆ pageLength

unsigned char pageLength

Definition at line 80 of file sid_file.c.

◆ playAddress

unsigned char playAddress[2]

Definition at line 64 of file sid_file.c.

◆ released

unsigned char released[32]

Definition at line 74 of file sid_file.c.

◆ secondSIDAddress

unsigned char secondSIDAddress

Definition at line 82 of file sid_file.c.

◆ songs

unsigned char songs

Definition at line 66 of file sid_file.c.

◆ speed

unsigned char speed[4]

Definition at line 70 of file sid_file.c.

◆ startPage

unsigned char startPage

Definition at line 78 of file sid_file.c.

◆ startSong

unsigned char startSong

Definition at line 68 of file sid_file.c.

◆ thirdSIDAddres

unsigned char thirdSIDAddres

Definition at line 84 of file sid_file.c.

◆ version

unsigned char version[2]

Definition at line 56 of file sid_file.c.


The documentation for this struct was generated from the following file: