mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
SCSI/CD-ROM fixes: Properly implemented the Toshiba specific SCSI commands including the Audio side per the Toshiba CD-ROM SCSI-2 manual from 1990 (they were previously implemented with some hacks).
This commit is contained in:
@@ -116,7 +116,7 @@ typedef struct cdrom {
|
||||
seek_diff, cd_end;
|
||||
|
||||
int host_drive, prev_host_drive,
|
||||
cd_buflen, noplay;
|
||||
cd_buflen, audio_op;
|
||||
|
||||
const cdrom_ops_t *ops;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user