CD-ROM: Actually remember and use the correct number of sectors for the period, fixes... well, any kind of data reading.

This commit is contained in:
OBattler
2025-04-07 05:42:41 +02:00
parent b93af353ef
commit 018ff46253
2 changed files with 7 additions and 7 deletions

View File

@@ -70,6 +70,7 @@ typedef struct scsi_cdrom_t {
int was_cached;
int toc_cached;
int media_access;
int sectors_num;
uint8_t vendor_type;
uint8_t ven_cmd_is_data[256];