mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-03-02 23:30:44 +00:00
tidying
This commit is contained in:
parent
00b2e35c25
commit
6152256d46
@ -24,8 +24,8 @@ public class DosMasterDisk
|
||||
// ---------------------------------------------------------------------------------//
|
||||
{
|
||||
// System.out.println (HexFormatter.format (buffer, 0x38, 0x30, 0x38));
|
||||
System.out.printf ("%nTotal Blocks: %04X (%<,d)%n",
|
||||
parentDisk.getDisk ().getTotalBlocks ());
|
||||
System.out.printf ("%nHighest Block: %04X (%<,d)%n",
|
||||
parentDisk.getDisk ().getTotalBlocks () - 1);
|
||||
|
||||
System.out.print ("\nSlots/Drives: ");
|
||||
for (int i = 0; i < 8; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user