Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

music68_t Struct Reference

#include <file68.h>


Detailed Description

SC68 music (track) structure.


Data Fields

unsigned ym:1
 Music uses YM-2149 (ST).
unsigned ste:1
 Music uses STE specific hardware.
unsigned amiga:1
 Music uses Paula Amiga hardware.
unsigned stechoice:1
 Music allow STF/STE choices.
Music replay parameters.
unsigned d0
 D0 value to init this music.
unsigned a0
 A0 Loading address.
unsigned frq
 Frequency in Hz (default:50).
unsigned start_ms
 Start time in ms from disk 1st track.
unsigned time_ms
 Duration in ms.
unsigned frames
 Number of frame.
struct {
   unsigned   ym:1
 Music uses YM-2149 (ST).
   unsigned   ste:1
 Music uses STE specific hardware.
   unsigned   amiga:1
 Music uses Paula Amiga hardware.
   unsigned   stechoice:1
 Music allow STF/STE choices.
flags
 Features flags.
Human readable information.
char * name
 Music name.
char * author
 Author name.
char * composer
 Composer name.
char * replay
 External replay name.
Music data.
unsigned datasz
 data size in bytes
char * data
 Music data.


Field Documentation

unsigned music68_t::a0
 

A0 Loading address.

See also:
SC68_LOADADDR.


The documentation for this struct was generated from the following file:
Generated on Fri Jan 21 13:18:17 2005 for sc68fordevelopers by  doxygen 1.3.9.1