Package | Description |
---|---|
libsidplay.components.c1541 | |
libsidplay.config | |
sidplay.ini | |
ui.entities.config |
Modifier and Type | Method and Description |
---|---|
FloppyType |
C1541.getFloppyType() |
static FloppyType |
FloppyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FloppyType[] |
FloppyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
C1541.setFloppyType(FloppyType type)
Set the actual type of floppy to be used (change ROM).
|
Constructor and Description |
---|
C1541(IECBus iecBus,
int deviceID,
FloppyType type)
Create a new C1541 instance.
|
Modifier and Type | Method and Description |
---|---|
FloppyType |
IC1541Section.getFloppyType()
Get type of floppy.
|
Modifier and Type | Method and Description |
---|---|
void |
IC1541Section.setFloppyType(FloppyType floppyType)
Set type of floppy.
|
Modifier and Type | Field and Description |
---|---|
static FloppyType |
IniDefaults.DEFAULT_FLOPPY_TYPE |
Modifier and Type | Method and Description |
---|---|
FloppyType |
IniC1541Section.getFloppyType()
Get type of floppy.
|
Modifier and Type | Method and Description |
---|---|
void |
IniC1541Section.setFloppyType(FloppyType floppyType)
Set type of floppy.
|
Modifier and Type | Method and Description |
---|---|
FloppyType |
C1541Section.getFloppyType()
Gets the value of the property floppyType.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<FloppyType> |
C1541Section.floppyTypeProperty() |
Modifier and Type | Method and Description |
---|---|
void |
C1541Section.setFloppyType(FloppyType floppyType)
Sets the value of the property floppyType.
|
Copyright © 2018 Ken Händel. All rights reserved.