Package | Description |
---|---|
libsidplay.components.c1541 |
Modifier and Type | Method and Description |
---|---|
static DOSErrorCodes |
DOSErrorCodes.valueOf(int d64ErrorCode)
Map D64 error block info to DOS error code.
|
static DOSErrorCodes |
DOSErrorCodes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DOSErrorCodes[] |
DOSErrorCodes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GCR.convertSectorToGCR(byte[] sectorBytes,
int off,
int track,
int sector,
byte diskID1,
byte diskID2,
DOSErrorCodes errorCode)
Convert the contents of a disk sector to GCR coded bytes.
|
Copyright © 2018 Ken Händel. All rights reserved.