mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-28 20:50:13 +00:00
allow 2img length = 0
This commit is contained in:
parent
4e48437adc
commit
64d5ce9ee2
@ -51,6 +51,9 @@ public class Prefix2mg
|
|||||||
if (format == 0 && flagsVolume == 0)
|
if (format == 0 && flagsVolume == 0)
|
||||||
flagsVolume = 254;
|
flagsVolume = 254;
|
||||||
|
|
||||||
|
if (length == 0)
|
||||||
|
length = 512 * blocks;
|
||||||
|
|
||||||
// see /Asimov disks/images/gs/os/prodos16/ProDOS 16v1_3.2mg
|
// see /Asimov disks/images/gs/os/prodos16/ProDOS 16v1_3.2mg
|
||||||
// System.out.println (this);
|
// System.out.println (this);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user