|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <cd.h>
Public Member Functions | |
| cd () | |
| ~cd () | |
| bool | checkStatus () |
| void | returnToBios () |
Data Fields | |
| int | status |
| int | disc_type |
| cd::cd | ( | ) |
References cdrom_get_status(), disc_type, and status.
| cd::~cd | ( | ) |
| bool cd::checkStatus | ( | ) |
References CD_STATUS_ERROR, CD_STATUS_FATAL, CD_STATUS_NO_DISC, CD_STATUS_OPEN, CD_STATUS_RETRY, cdrom_get_status(), disc_type, and status.
| void cd::returnToBios | ( | ) |
References syscall_system_bios_menu().
| int cd::disc_type |
Referenced by cd(), and checkStatus().
| int cd::status |
Referenced by cd(), and checkStatus().