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

#include <sid_file.h>

Data Fields

int loadAddress
int initAddress
int playAddress
int songs
int startSong
unsigned char * data
int size
struct _SIDFILEnext

Detailed Description

Definition at line 35 of file sid_file.h.

Field Documentation

◆ data

unsigned char* data

Definition at line 41 of file sid_file.h.

◆ initAddress

int initAddress

Definition at line 37 of file sid_file.h.

◆ loadAddress

int loadAddress

Definition at line 36 of file sid_file.h.

◆ next

struct _SIDFILE* next

Definition at line 44 of file sid_file.h.

◆ playAddress

int playAddress

Definition at line 38 of file sid_file.h.

◆ size

int size

Definition at line 42 of file sid_file.h.

◆ songs

int songs

Definition at line 39 of file sid_file.h.

◆ startSong

int startSong

Definition at line 40 of file sid_file.h.


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