The ATAPI implementation of the READ SUBCHANNEL command now correctly issues INVALDI FIELD IN CMD PACKET and not ILLEGAL OPCODE.

This commit is contained in:
OBattler
2017-01-04 21:44:01 +01:00
parent d70c27a7f1
commit a8bc5133ec

View File

@@ -2581,7 +2581,7 @@ static void atapicommand(int ide_board)
if (idebufferb[3]!=1)
{
// pclog("Read subchannel check condition %02X\n",idebufferb[3]);
atapi_illegal_opcode(ide);
atapi_invalid_field(ide);
break;
}