set correct second ata port. Fixes #55

This commit is contained in:
copy 2015-08-22 15:40:41 +02:00
parent 385e882946
commit 8c5dcd9ed3

View file

@ -37,8 +37,8 @@ function IDEDevice(cpu, buffer, is_cd, nr, bus)
}
else
{
this.ata_port = 0x1F0;
this.irq = 14;
this.ata_port = 0x170;
this.irq = 15;
this.pci_id = 0x1F << 3;
}