disk-xfer
disk-xfer copied to clipboard
Add +1 to returned geometry to accomodate LZ cylinder.
trafficstars
INT 13H AH=08 currently returns one cylinder less than it should (e.g. 762 does not return 761, but 760), which causes the resulting image file to be slightly smaller than it's supposed to be, and requiring the resulting image to be fixed by disk tools.
Added +1 to Cyl calculation. Still to be tested.