mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-29 11:49:29 +00:00
test installation
This commit is contained in:
parent
419ce93f65
commit
713fb38972
@ -182,6 +182,12 @@ public class DosMasterDisk
|
||||
|
||||
int num = (v - st) / sz - 1;
|
||||
|
||||
int test = switch(num)
|
||||
{
|
||||
case 1->27;
|
||||
default -> throw new IllegalArgumentException ("Unexpected value: " + num);
|
||||
};
|
||||
|
||||
text.append (String.format (" %d volumes of %d sectors%n", num, sz * 2));
|
||||
|
||||
System.out.printf (" %02X %04X %04X %04X %04X%n", ptr, st, sz, v,
|
||||
|
Loading…
Reference in New Issue
Block a user