Package | Description |
---|---|
libsidplay | |
libsidplay.components.cart |
Modifier and Type | Method and Description |
---|---|
void |
HardwareEnsemble.insertCartridge(CartridgeType type,
File file)
Insert a cartridge loading an image file.
|
void |
HardwareEnsemble.insertCartridge(CartridgeType type,
int sizeKB)
Insert a cartridge of a given size with empty contents.
|
void |
C64.setCartridge(CartridgeType type,
File file)
Insert a cartridge loading an image file.
|
void |
C64.setCartridge(CartridgeType type,
int sizeKB)
Insert a cartridge of a given size with empty contents.
|
Modifier and Type | Method and Description |
---|---|
static CartridgeType |
CartridgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CartridgeType[] |
CartridgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Cartridge |
Cartridge.create(PLA pla,
CartridgeType cartType,
int sizeKB)
Create a cartridge.
|
static Cartridge |
Cartridge.read(PLA pla,
CartridgeType cartType,
File file)
Load a cartridge.
|
Copyright © 2018 Ken Händel. All rights reserved.