#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:
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 [] |
|
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(). |
|
Definition at line 28 of file sidtune.cpp. |
|
Definition at line 24 of file sidtune.cpp. Referenced by sidTune::loadFile(). |
|
Definition at line 25 of file sidtune.cpp. Referenced by sidTune::loadFile(). |
|
Definition at line 27 of file sidtune.cpp. Referenced by sidTune::placeSidTuneInC64mem(). |
|
Definition at line 30 of file sidtune.cpp. Referenced by sidTune::getCachedRawData(). |
|
Definition at line 29 of file sidtune.cpp. |
|
Definition at line 26 of file sidtune.cpp. Referenced by sidTune::load(), sidTune::sidTune(), and sidTune::stdinConstructor(). |
|
Definition at line 36 of file sidtune.cpp. Referenced by sidTune::filesConstructor(), sidTune::getSidtuneFromFileBuffer(), and sidTune::safeConstructor(). |
|
Definition at line 22 of file sidtune.cpp. Referenced by sidTune::filesConstructor(). |
|
Definition at line 35 of file sidtune.cpp. Referenced by sidTune::cacheRawData(), sidTune::getCachedRawData(), sidTune::getSidtuneFromFileBuffer(), and sidTune::loadFile(). |
|
Definition at line 23 of file sidtune.cpp. Referenced by sidTune::acceptSidTune(), sidTune::cacheRawData(), sidTune::createNewFileName(), sidTune::loadFile(), and sidTune::stdinConstructor(). |
|
Definition at line 34 of file sidtune.cpp. Referenced by sidTune::selectSong(). |
|
Definition at line 33 of file sidtune.cpp. Referenced by sidTune::selectSong(). |
|
Definition at line 32 of file sidtune.cpp. Referenced by sidTune::selectSong(). |
|
Definition at line 31 of file sidtune.cpp. Referenced by sidTune::selectSong(). |
|
Definition at line 20 of file sidtune.cpp. Referenced by sidTune::selectSong(). |
|
Definition at line 21 of file sidtune.cpp. Referenced by sidTune::filesConstructor(), and sidTune::getSidtuneFromFileBuffer(). |