[Core/CD] modified CDD "no disc" status code (fixes boot sequence loading time when no disc is loaded)

This commit is contained in:
EkeEke 2015-07-09 23:40:09 +02:00
parent 2c725ee90f
commit add8607cbf

View File

@ -49,13 +49,13 @@
#define cdd scd.cdd_hw
/* CDD status */
#define NO_DISC 0x00
#define CD_PLAY 0x01
#define CD_SEEK 0x02
#define CD_SCAN 0x03
#define CD_READY 0x04
#define CD_OPEN 0x05 /* similar to 0x0E ? */
#define CD_OPEN 0x05
#define CD_STOP 0x09
#define NO_DISC 0x0B
#define CD_END 0x0C
#define CD_MAX_TRACKS 100