Compounds | |
class | LineRec |
class | TextRec |
Defines | |
#define | DIJINNI_DAT_H 1 |
#define | NET_ENABLE 1 |
#define | SERVICE_AVAILABLE 2 |
#define | NET_ACTIVE 4 |
#define | PLAY_ACTIVE 8 |
#define | PLAY_PAUSED 16 |
#define | RECORDING 32 |
#define | XFER_ACTIVE 64 |
#define | DEVICE_OPEN 128 |
Functions | |
void | _Set_Status (int Mask, int Value) |
void | Init_Globals (void) |
void | Grow_GD_Line_Array (void) |
void | Grow_TD_Line_Array (void) |
void | Grow_GD_Text_Array (void) |
void | Grow_TD_Text_Array (void) |
void | Write_RAM_Disk_Dir (void) |
void | Read_RAM_Disk_Dir (void) |
void | Clear_Dir (void) |
Variables | |
LabelC * | TextDisp |
AreaC * | GraphDisp |
AreaC * | TouchDisp |
ShellC * | Root |
ShellC * | Work |
char | DispMap [4][24] |
int | Touching |
LineRec * | GDLines |
int | GDLineSize |
int | GDLineIdx |
TextRec * | GDText |
int | GDTextSize |
int | GDTextIdx |
int | GDx |
int | GDy |
int | GDw |
int | GDh |
LineRec * | TDLines |
int | TDLineSize |
int | TDLineIdx |
TextRec * | TDText |
int | TDTextSize |
int | TDTextIdx |
int | TDx |
int | TDy |
int | TDw |
int | TDh |
char | FileNames [64][12] |
char | FileTypes [64][4] |
char | FileComments [64][64] |
FILE * | FileHandle [64] |
unsigned char | _StatusByte |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|