#include "sidplayer.h"
Include dependency graph for sidplayer.cpp:
Go to the source code of this file.
Enumerations | |
enum | { ERR_NOT_ENOUGH_MEMORY, ERR_SYNTAX, ERR_ENDIANESS } |
Functions | |
GLREF_C bool | sidEmuInitializeSong (emuEngine &thisEmuEngine, sidTune &thisTune, uword songNumber) |
TInt | SidPlayerThread (TAny *aPlayer) |
this is the Sid player idle thread. | |
Variables | |
const TInt | EXIT_ERROR_STATUS = (-1) |
Definition in file sidplayer.cpp.
|
Definition at line 19 of file sidplayer.cpp. |
|
|
this is the Sid player idle thread.
Definition at line 35 of file sidplayer.cpp. References CSidPlayer::IsPaused(), and CSidPlayer::Thread(). |
|
Definition at line 25 of file sidplayer.cpp. |