Package | Description |
---|---|
libsidplay | |
libsidplay.components.cart | |
libsidplay.components.cart.supported | |
libsidplay.components.pla |
Modifier and Type | Method and Description |
---|---|
Cartridge |
C64.getCartridge()
Get current multi purpose cartridge of the expansion port of the C64.
|
Modifier and Type | Method and Description |
---|---|
static Cartridge |
Cartridge.create(PLA pla,
CartridgeType cartType,
int sizeKB)
Create a cartridge.
|
static Cartridge |
Cartridge.nullCartridge(PLA pla)
Return an instance of cartridge when no real cartridge is connected.
|
static Cartridge |
Cartridge.read(PLA pla,
CartridgeType cartType,
File file)
Load a cartridge.
|
static Cartridge |
Cartridge.readCRT(PLA pla,
DataInputStream is)
Load a cartridge of type CRT.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionReplay |
class |
AtomicPower
This cartridge has a special A000 RAM mode, enabled by setting the Action
Replay control byte to 0x22 (ignoring the bank select lines).
|
class |
Comal80 |
class |
EasyFlash |
class |
EpyxFastLoad |
class |
Expert
We emulate this cartridge in the ON mode.
|
class |
FinalV1
This cartridge has a freeze button.
|
class |
FinalV3
This cartridge has a freeze button.
|
class |
GeoRAM |
class |
MagicDesk
"Magic Desk" Cartridge
- this cart comes in 3 sizes, 32Kb, 64Kb and 128Kb
|
class |
MikroAss |
class |
Normal |
class |
REU
16 MB RAM Expansion Unit emulation.
|
class |
Rex |
class |
Zaxxon |
Modifier and Type | Method and Description |
---|---|
Cartridge |
PLA.getCartridge() |
Modifier and Type | Method and Description |
---|---|
void |
PLA.setCartridge(Cartridge cartridge)
Set currently connected cartridge.
|
Copyright © 2018 Ken Händel. All rights reserved.