ATA standby immediate (#86)

This commit is contained in:
copy 2017-06-05 10:12:24 -05:00
parent b3eceee135
commit 6a5021eefb

View file

@ -804,6 +804,12 @@ IDEInterface.prototype.ata_command = function(cmd)
this.push_irq();
break;
case 0xE0:
dbg_log("ATA standby immediate", LOG_DISK);
this.status = 0x50;
this.push_irq();
break;
case 0xE1:
dbg_log("ATA idle immediate", LOG_DISK);
this.status = 0x50;