public class SidTuneInfo extends Object
final SidTuneInfo tuneInfo = SidTune[songNumber]; final SidTuneInfo tuneInfo = SidTune.getInfo(); void SidTune.getInfo(tuneInfo);Consider the following fields as read-only, because the SidTune class does not provide an implementation of:
boolean setInfo(final SidTuneInfo)Currently, the only way to get the class to accept values which are written to these fields is by creating a derived class.
| Modifier and Type | Field and Description |
|---|---|
int |
c64dataLen
length of raw C64 data without load address
|
short |
clockSpeed
intended speed, see top
|
int |
compatibility
compatibility requirements
|
int |
currentSong
the one that has been initialized
|
int |
dataFileLen
length of single-file sidtune file
|
String |
dataFileName
a first file: e.g.
|
String |
formatString
the name of the identified file format
|
String |
infoFileName
a second file: e.g.
|
String[] |
infoString
holds text info from the format headers etc.
|
int |
initAddr |
int |
loadAddr |
boolean |
musPlayer
whether Sidplayer routine has been installed
|
short |
numberOfInfoStrings
Song title, credits, ... 0 = Title, 1 = Author, 2 = Copyright/Publisher
the number of available text info lines
|
int |
playAddr |
short |
relocPages
Number of pages available for relocation
|
short |
relocStartPage
First available page for relocation
|
int |
sidChipBase1
The SID chip base address used by the sidtune.
0xD400 (normal, 1st SID)
|
int |
sidChipBase2
The SID chip base address used by the sidtune.
0xD?
|
int |
sidModel
Sid Model required for this sid
|
int |
songs |
short |
songSpeed
intended speed, see top
|
String |
speedString
describing the speed a song is running at
|
int |
startSong |
String |
statusString
error/status message of last operation
|
| Constructor and Description |
|---|
SidTuneInfo() |
public String formatString
public String statusString
public String speedString
public int loadAddr
public int initAddr
public int playAddr
public int songs
public int startSong
public int sidChipBase1
public int sidChipBase2
public int currentSong
public short songSpeed
public short clockSpeed
public short relocStartPage
public short relocPages
public boolean musPlayer
public int sidModel
public int compatibility
public short numberOfInfoStrings
public String[] infoString
public int dataFileLen
public int c64dataLen
public String dataFileName
public String infoFileName
Copyright © 2014. All rights reserved.