|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include <sid_file.h>
Data Fields | |
| int | loadAddress |
| int | initAddress |
| int | playAddress |
| int | songs |
| int | startSong |
| unsigned char * | data |
| int | size |
| struct _SIDFILE * | next |
Definition at line 35 of file sid_file.h.
| unsigned char* data |
Definition at line 41 of file sid_file.h.
| int initAddress |
Definition at line 37 of file sid_file.h.
| int loadAddress |
Definition at line 36 of file sid_file.h.
| struct _SIDFILE* next |
Definition at line 44 of file sid_file.h.
| int playAddress |
Definition at line 38 of file sid_file.h.
| int size |
Definition at line 42 of file sid_file.h.
| int songs |
Definition at line 39 of file sid_file.h.
| int startSong |
Definition at line 40 of file sid_file.h.