The remaining sizes for the indicator and proper functions for determining the playing and paused statuses of a CD-ROM drive.

This commit is contained in:
OBattler
2025-12-25 15:45:34 +01:00
parent 0293d09504
commit dfd36f6e89
5 changed files with 20 additions and 3 deletions

View File

@@ -481,6 +481,8 @@ extern void cdrom_close(void);
extern void cdrom_insert(const uint8_t id);
extern void cdrom_exit(const uint8_t id);
extern int cdrom_is_empty(const uint8_t id);
extern int cdrom_is_playing(const uint8_t id);
extern int cdrom_is_paused(const uint8_t id);
extern void cdrom_eject(const uint8_t id);
extern void cdrom_reload(const uint8_t id);