Package | Description |
---|---|
libsidplay | |
libsidplay.sidtune | |
libsidutils.psid64 | |
sidplay | |
ui.common | |
ui.entities.collection.service |
Modifier and Type | Method and Description |
---|---|
void |
HardwareEnsemble.insertDisk(File file)
Insert a disk into the first floppy disk drive.
|
void |
HardwareEnsemble.insertTape(File file)
Insert a tape into the datasette.
|
Modifier and Type | Method and Description |
---|---|
T64.T64Entry |
T64.getEntry(byte[] dataBuf,
int entryNum)
Load T64 file entry from buffer.
|
static SidTune |
MP3Tune.load(File file) |
static SidTune |
SidTune.load(File file)
Loads a file as a SidTune (PSID, PRG, P00, T64, MUS, MP3).
|
protected static SidTune |
SidTune.load(String name,
byte[] fileContents)
Load tune (PSID, PRG, P00, T64).
|
protected static SidTune |
T64.load(String name,
byte[] dataBuf) |
static SidTune |
SidTune.load(String url,
InputStream stream)
Loads an InputStream as a SidTune (PSID, PRG, P00, T64).
|
Modifier and Type | Method and Description |
---|---|
void |
Psid64.convertFiles(Player player,
File[] files,
File target,
File hvscRoot) |
Modifier and Type | Method and Description |
---|---|
static void |
Player.main(String[] args)
Test main: Play a tune.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Convenience.autostart(File file,
BiPredicate<File,File> isMediaToAttach,
File autoStartFile)
Auto-start C64 bundle (ZIP containing well-known formats or un-zipped entry).
|
Modifier and Type | Method and Description |
---|---|
HVSCEntry |
HVSCEntryService.add(Player player,
String path,
File tuneFile) |
Copyright © 2018 Ken Händel. All rights reserved.