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

GD-ROM status responses. More...

Macros

#define FAILED   -1
 Command failed.
 
#define NO_ACTIVE   0
 System inactive?
 
#define PROCESSING   1
 Processing command.
 
#define COMPLETED   2
 Command completed successfully.
 
#define STREAMING   3
 Stream type command is in progress.
 
#define BUSY   4
 GD syscalls is busy.
 

Detailed Description

GD-ROM status responses.

These are the raw values the status syscall returns.

Macro Definition Documentation

◆ BUSY

#define BUSY   4

GD syscalls is busy.

◆ COMPLETED

#define COMPLETED   2

Command completed successfully.

◆ FAILED

#define FAILED   -1

Command failed.

◆ NO_ACTIVE

#define NO_ACTIVE   0

System inactive?

◆ PROCESSING

#define PROCESSING   1

Processing command.

◆ STREAMING

#define STREAMING   3

Stream type command is in progress.