|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
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 |
Definition at line 52 of file sid_file.c.
| unsigned char author[32] |
Definition at line 73 of file sid_file.c.
| unsigned char dataOffset[2] |
Definition at line 58 of file sid_file.c.
| unsigned char flags[2] |
Definition at line 76 of file sid_file.c.
| unsigned char initAddress[2] |
Definition at line 62 of file sid_file.c.
| unsigned char loadAddress[2] |
Definition at line 60 of file sid_file.c.
| unsigned char magicID[4] |
Definition at line 54 of file sid_file.c.
| unsigned char name[32] |
Definition at line 72 of file sid_file.c.
| unsigned char pageLength |
Definition at line 80 of file sid_file.c.
| unsigned char playAddress[2] |
Definition at line 64 of file sid_file.c.
| unsigned char released[32] |
Definition at line 74 of file sid_file.c.
| unsigned char secondSIDAddress |
Definition at line 82 of file sid_file.c.
| unsigned char songs |
Definition at line 66 of file sid_file.c.
| unsigned char speed[4] |
Definition at line 70 of file sid_file.c.
| unsigned char startPage |
Definition at line 78 of file sid_file.c.
| unsigned char startSong |
Definition at line 68 of file sid_file.c.
| unsigned char thirdSIDAddres |
Definition at line 84 of file sid_file.c.
| unsigned char version[2] |
Definition at line 56 of file sid_file.c.