#include "sid_.h"Include dependency graph for sid_.cpp:

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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 26 of file sid_.cpp. Referenced by sidTune::SID_fileSupport(). |
|
|
Definition at line 25 of file sid_.cpp. Referenced by sidTune::SID_fileSupport(). |
|
|
Definition at line 24 of file sid_.cpp. Referenced by sidTune::SID_fileSupport(). |
|
|
|
|
|
|
|
|
Definition at line 11 of file sid_.cpp. Referenced by sidTune::SID_fileSupport(). |
1.3.3