Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

sid_.cpp File Reference

#include "sid_.h"

Include dependency graph for sid_.cpp:

Include dependency graph

Go to the source code of this file.

Variables

const char text_format [] = "Raw plus SIDPLAY ASCII text file (SID)"
const char text_truncatedError [] = "ERROR: SID file is truncated"
const char text_noMemError [] = "ERROR: Not enough free memory"
const char keyword_id [] = "SIDPLAY INFOFILE"
const char keyword_name [] = "NAME="
const char keyword_author [] = "AUTHOR="
const char keyword_copyright [] = "COPYRIGHT="
const char keyword_address [] = "ADDRESS="
const char keyword_songs [] = "SONGS="
const char keyword_speed [] = "SPEED="
const char keyword_musPlayer [] = "SIDSONG=YES"
const int sidMinFileSize = 1+sizeof(keyword_id)
const int parseChunkLen = 80
const int MaxInfoStringLen = (80-1)


Variable Documentation

const char keyword_address[] = "ADDRESS="
 

Definition at line 19 of file sid_.cpp.

const char keyword_author[] = "AUTHOR="
 

Definition at line 17 of file sid_.cpp.

const char keyword_copyright[] = "COPYRIGHT="
 

Definition at line 18 of file sid_.cpp.

const char keyword_id[] = "SIDPLAY INFOFILE"
 

Definition at line 14 of file sid_.cpp.

const char keyword_musPlayer[] = "SIDSONG=YES"
 

Definition at line 22 of file sid_.cpp.

const char keyword_name[] = "NAME="
 

Definition at line 16 of file sid_.cpp.

const char keyword_songs[] = "SONGS="
 

Definition at line 20 of file sid_.cpp.

const char keyword_speed[] = "SPEED="
 

Definition at line 21 of file sid_.cpp.

const int MaxInfoStringLen = (80-1)
 

Definition at line 26 of file sid_.cpp.

Referenced by sidTune::SID_fileSupport().

const int parseChunkLen = 80
 

Definition at line 25 of file sid_.cpp.

Referenced by sidTune::SID_fileSupport().

const int sidMinFileSize = 1+sizeof(keyword_id)
 

Definition at line 24 of file sid_.cpp.

Referenced by sidTune::SID_fileSupport().

const char text_format[] = "Raw plus SIDPLAY ASCII text file (SID)"
 

Definition at line 8 of file sid_.cpp.

const char text_noMemError[] = "ERROR: Not enough free memory"
 

Definition at line 12 of file sid_.cpp.

const char text_truncatedError[] = "ERROR: SID file is truncated"
 

Definition at line 11 of file sid_.cpp.

Referenced by sidTune::SID_fileSupport().


Generated on Tue Feb 8 04:27:16 2005 for Esidplay by doxygen 1.3.3