mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 17:52:01 -05:00
Fixed the READ NATIVE MAX command.
This commit is contained in:
parent
9a1d5ba3a7
commit
455254064b
1 changed files with 1 additions and 1 deletions
|
@ -1889,7 +1889,7 @@ void callbackide(int ide_board)
|
|||
snum = hdc[cur_ide[ide->board]].spt;
|
||||
snum *= hdc[cur_ide[ide->board]].hpc;
|
||||
snum *= hdc[cur_ide[ide->board]].tracks;
|
||||
ide_set_sector(ide, snum);
|
||||
ide_set_sector(ide, snum - 1);
|
||||
ide->atastat = READY_STAT | DSC_STAT;
|
||||
ide_irq_raise(ide);
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue