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

sidtune.cpp File Reference

#include "sidtune.h"
#include <string.h>
#include <limits.h>
#include "fformat.h"
#include "myendian.h"
#include "pp.h"
#include <stdio.h>
#include <f32file.h>

Include dependency graph for sidtune.cpp:

Include dependency graph

Go to the source code of this file.

Variables

const char text_songNumberExceed [] = "WARNING: Selected song number was too high"
const char text_unrecognizedFormat [] = "ERROR: Could not determine file format"
const char text_noDataFile [] = "ERROR: Did not find the corresponding data file"
const char text_notEnoughMemory [] = "ERROR: Not enough free memory"
const char text_cantLoadFile [] = "ERROR: Could not load input file"
const char text_cantOpenFile [] = "ERROR: Could not open file for binary input"
const char text_fileTooLong [] = "ERROR: Input file/data too long"
const char text_dataTooLong [] = "ERROR: Music data size exceeds C64 memory"
const char text_cantCreateFile [] = "ERROR: Could not create output file"
const char text_fileIoError [] = "ERROR: File I/O error"
const char text_fatalInternal [] = "FATAL: Internal error - contact the developers"
const char text_PAL_VBI [] = "50 Hz VBI (PAL)"
const char text_PAL_CIA [] = "CIA 1 Timer A (PAL)"
const char text_NTSC_VBI [] = "60 Hz VBI (NTSC)"
const char text_NTSC_CIA [] = "CIA 1 Timer A (NTSC)"
const char text_noErrors [] = "No errors"
const char text_na [] = "N/A"
const char *const defaultFileNameExt []


Variable Documentation

const char* const defaultFileNameExt[] [static]
 

Initial value:

 
{
        
        
        ".sid",
        
        
        
        
        ".dat",
        
        
        ".inf",
        
        
        "",
        
        ".DAT", ".SID", ".INF", 
        
        
        
        ".c64", ".prg", ".C64", ".PRG",
        
        ".info", ".INFO", ".data", ".DATA",
        
        0
}

Definition at line 40 of file sidtune.cpp.

Referenced by sidTune::safeConstructor().

const char text_cantCreateFile[] = "ERROR: Could not create output file" [static]
 

Definition at line 28 of file sidtune.cpp.

const char text_cantLoadFile[] = "ERROR: Could not load input file" [static]
 

Definition at line 24 of file sidtune.cpp.

Referenced by sidTune::loadFile().

const char text_cantOpenFile[] = "ERROR: Could not open file for binary input" [static]
 

Definition at line 25 of file sidtune.cpp.

Referenced by sidTune::loadFile().

const char text_dataTooLong[] = "ERROR: Music data size exceeds C64 memory" [static]
 

Definition at line 27 of file sidtune.cpp.

Referenced by sidTune::placeSidTuneInC64mem().

const char text_fatalInternal[] = "FATAL: Internal error - contact the developers" [static]
 

Definition at line 30 of file sidtune.cpp.

Referenced by sidTune::getCachedRawData().

const char text_fileIoError[] = "ERROR: File I/O error" [static]
 

Definition at line 29 of file sidtune.cpp.

const char text_fileTooLong[] = "ERROR: Input file/data too long" [static]
 

Definition at line 26 of file sidtune.cpp.

Referenced by sidTune::load(), sidTune::sidTune(), and sidTune::stdinConstructor().

const char text_na[] = "N/A" [static]
 

Definition at line 36 of file sidtune.cpp.

Referenced by sidTune::filesConstructor(), sidTune::getSidtuneFromFileBuffer(), and sidTune::safeConstructor().

const char text_noDataFile[] = "ERROR: Did not find the corresponding data file" [static]
 

Definition at line 22 of file sidtune.cpp.

Referenced by sidTune::filesConstructor().

const char text_noErrors[] = "No errors" [static]
 

Definition at line 35 of file sidtune.cpp.

Referenced by sidTune::cacheRawData(), sidTune::getCachedRawData(), sidTune::getSidtuneFromFileBuffer(), and sidTune::loadFile().

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

Definition at line 23 of file sidtune.cpp.

Referenced by sidTune::acceptSidTune(), sidTune::cacheRawData(), sidTune::createNewFileName(), sidTune::loadFile(), and sidTune::stdinConstructor().

const char text_NTSC_CIA[] = "CIA 1 Timer A (NTSC)" [static]
 

Definition at line 34 of file sidtune.cpp.

Referenced by sidTune::selectSong().

const char text_NTSC_VBI[] = "60 Hz VBI (NTSC)" [static]
 

Definition at line 33 of file sidtune.cpp.

Referenced by sidTune::selectSong().

const char text_PAL_CIA[] = "CIA 1 Timer A (PAL)" [static]
 

Definition at line 32 of file sidtune.cpp.

Referenced by sidTune::selectSong().

const char text_PAL_VBI[] = "50 Hz VBI (PAL)" [static]
 

Definition at line 31 of file sidtune.cpp.

Referenced by sidTune::selectSong().

const char text_songNumberExceed[] = "WARNING: Selected song number was too high" [static]
 

Definition at line 20 of file sidtune.cpp.

Referenced by sidTune::selectSong().

const char text_unrecognizedFormat[] = "ERROR: Could not determine file format" [static]
 

Definition at line 21 of file sidtune.cpp.

Referenced by sidTune::filesConstructor(), and sidTune::getSidtuneFromFileBuffer().


Generated on Tue Feb 8 04:29:46 2005 for Esidplay by doxygen 1.3.3