|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Status values for GD-ROM drive More...
Macros | |
| #define | CD_STATUS_READ_FAIL -1 |
| Can't read status. | |
| #define | CD_STATUS_BUSY 0 |
| Drive is busy. | |
| #define | CD_STATUS_PAUSED 1 |
| Disc is paused. | |
| #define | CD_STATUS_STANDBY 2 |
| Drive is in standby. | |
| #define | CD_STATUS_PLAYING 3 |
| Drive is currently playing. | |
| #define | CD_STATUS_SEEKING 4 |
| Drive is currently seeking. | |
| #define | CD_STATUS_SCANNING 5 |
| Drive is scanning. | |
| #define | CD_STATUS_OPEN 6 |
| Disc tray is open. | |
| #define | CD_STATUS_NO_DISC 7 |
| No disc inserted. | |
| #define | CD_STATUS_RETRY 8 |
| Retry is needed. | |
| #define | CD_STATUS_ERROR 9 |
| System error. | |
| #define | CD_STATUS_FATAL 12 |
| Need reset syscalls. | |
Status values for GD-ROM drive
These are the values that can be returned as the status parameter from the cdrom_get_status() function.
| #define CD_STATUS_BUSY 0 |
Drive is busy.
| #define CD_STATUS_ERROR 9 |
System error.
| #define CD_STATUS_FATAL 12 |
Need reset syscalls.
| #define CD_STATUS_NO_DISC 7 |
No disc inserted.
| #define CD_STATUS_OPEN 6 |
Disc tray is open.
| #define CD_STATUS_PAUSED 1 |
Disc is paused.
| #define CD_STATUS_PLAYING 3 |
Drive is currently playing.
| #define CD_STATUS_READ_FAIL -1 |
Can't read status.
| #define CD_STATUS_RETRY 8 |
Retry is needed.
| #define CD_STATUS_SCANNING 5 |
Drive is scanning.
| #define CD_STATUS_SEEKING 4 |
Drive is currently seeking.
| #define CD_STATUS_STANDBY 2 |
Drive is in standby.