mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-11-20 08:31:39 +00:00
Added constants for 5MB, 10MB, 20MB, and 32MB harddisks.
This commit is contained in:
parent
aed0a97b40
commit
45c415b9e6
@ -60,6 +60,10 @@ public class Disk {
|
||||
public static final int APPLE_140KB_DISK = 143360;
|
||||
public static final int APPLE_800KB_DISK = 819200;
|
||||
public static final int APPLE_800KB_2IMG_DISK = APPLE_800KB_DISK + 0x40;
|
||||
public static final int APPLE_5MB_HARDDISK = 5242880;
|
||||
public static final int APPLE_10MB_HARDDISK = 10485760;
|
||||
public static final int APPLE_20MB_HARDDISK = 20971520;
|
||||
public static final int APPLE_32MB_HARDDISK = 33553920; // short one block!
|
||||
|
||||
private static FilenameFilter[] filenameFilters;
|
||||
private byte[] diskImage;
|
||||
|
Loading…
Reference in New Issue
Block a user