Add support for BIN/CUE images. Patch from bit, BIN/CUE handling from DOSBox.
This commit is contained in:
parent
828224d148
commit
a2f44b8ea7
21 changed files with 1363 additions and 423 deletions
|
|
@ -2415,7 +2415,7 @@ static void atapicommand(int ide_board)
|
|||
}
|
||||
|
||||
|
||||
if ((cdrom_drive < 1) || (cdrom_drive == CDROM_ISO) || (cd_status <= CD_STATUS_DATA_ONLY) ||
|
||||
if ((cdrom_drive < 1) || (cd_status <= CD_STATUS_DATA_ONLY) ||
|
||||
!atapi->is_track_audio(pos, (idebufferb[0] == GPCMD_PLAY_AUDIO_MSF) ? 1 : 0))
|
||||
{
|
||||
ide->atastat = READY_STAT | ERR_STAT; /*CHECK CONDITION*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue