KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Command Responses

Responses from GD-ROM syscalls. More...

Macros

#define ERR_OK   0
 No error.
 
#define ERR_NO_DISC   1
 No disc in drive.
 
#define ERR_DISC_CHG   2
 Disc changed, but not reinitted yet.
 
#define ERR_SYS   3
 System error.
 
#define ERR_ABORTED   4
 Command aborted.
 
#define ERR_NO_ACTIVE   5
 System inactive?
 
#define ERR_TIMEOUT   6
 Aborted due to timeout.
 

Detailed Description

Responses from GD-ROM syscalls.

These are the values that the various functions can return as error codes.

Macro Definition Documentation

◆ ERR_ABORTED

#define ERR_ABORTED   4

Command aborted.

◆ ERR_DISC_CHG

#define ERR_DISC_CHG   2

Disc changed, but not reinitted yet.

◆ ERR_NO_ACTIVE

#define ERR_NO_ACTIVE   5

System inactive?

◆ ERR_NO_DISC

#define ERR_NO_DISC   1

No disc in drive.

◆ ERR_OK

#define ERR_OK   0

No error.

◆ ERR_SYS

#define ERR_SYS   3

System error.

◆ ERR_TIMEOUT

#define ERR_TIMEOUT   6

Aborted due to timeout.