mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Removed a useless if block from the XTA code.
This commit is contained in:
@@ -385,9 +385,6 @@ do_seek(hdc_t *dev, drive_t *drive, int cyl)
|
||||
drive->cur_cyl = (drive->tracks - 1);
|
||||
else
|
||||
drive->cur_cyl = dev->track;
|
||||
|
||||
if (drive->cur_cyl < 0)
|
||||
drive->cur_cyl = 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user