Browse Source

ide: don't set irq on data end (#789)

Fabian 4 months ago
parent
commit
50ba376e50
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/ide.js

+ 0 - 1
src/ide.js

@@ -1379,7 +1379,6 @@ IDEInterface.prototype.read_end = function()
         if(this.data_pointer >= this.data_length)
         {
             this.status = 0x50;
-            this.push_irq();
         }
         else
         {