mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2025-02-08 17:30:40 +00:00
tidying
This commit is contained in:
parent
934518e638
commit
b67fa57e6b
@ -229,12 +229,12 @@ public class AppleDisk implements Disk
|
||||
public AppleDisk (WozDisk disk, int tracks, int sectors)
|
||||
{
|
||||
this.tracks = tracks;
|
||||
trackSize = 4096;
|
||||
this.sectors = sectors;
|
||||
file = disk.file;
|
||||
diskBuffer = disk.diskBuffer;
|
||||
|
||||
trackSize = 4096;
|
||||
sectorSize = trackSize / sectors;
|
||||
this.sectors = sectors;
|
||||
blocks = tracks * sectors;
|
||||
hasData = new boolean[blocks];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user