|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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. | |
GD-ROM status responses
These are the raw values the status syscall returns.
| #define BUSY 4 |
GD syscalls is busy.
| #define COMPLETED 2 |
Command completed successfully.
| #define FAILED -1 |
Command failed.
| #define NO_ACTIVE 0 |
System inactive?
| #define PROCESSING 1 |
Processing command.
| #define STREAMING 3 |
Stream type command is in progress.