mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-02-09 09:30:49 +00:00
Use UniversalDiskImageLayout.OFFSET in Disk
This commit is contained in:
parent
31875ea60c
commit
9f98a36c7e
@ -80,7 +80,8 @@ public class Disk {
|
||||
public static final int APPLE_140KB_DISK = 143360;
|
||||
public static final int APPLE_140KB_NIBBLE_DISK = 232960;
|
||||
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_800KB_2IMG_DISK =
|
||||
APPLE_800KB_DISK + UniversalDiskImageLayout.OFFSET;
|
||||
public static final int APPLE_5MB_HARDDISK = 5242880;
|
||||
public static final int APPLE_10MB_HARDDISK = 10485760;
|
||||
public static final int APPLE_20MB_HARDDISK = 20971520;
|
||||
|
Loading…
x
Reference in New Issue
Block a user