Package builder.jhardsid
Klasse JHardSIDMapping
java.lang.Object
builder.jhardsid.JHardSIDMapping
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic IntegergetModelDependantChipNum(IEmulationSection emulationSection, int chipCount, Set<Integer> alreadyInUse, ChipModel chipModel) Get HardSID device index based on the desired chip model.private static booleanisChipModelMatching(IEmulationSection emulationSection, ChipModel chipModel, int chipNum) private static booleanisChipNumAlreadyUsed(Set<Integer> alreadyInUse, int chipNum) mapping(IEmulationSection emulationSection, SidTune tune, int chipCount)
-
Konstruktordetails
-
JHardSIDMapping
public JHardSIDMapping()
-
-
Methodendetails
-
mapping
public static Map<Integer,String> mapping(IEmulationSection emulationSection, SidTune tune, int chipCount) -
getModelDependantChipNum
public static Integer getModelDependantChipNum(IEmulationSection emulationSection, int chipCount, Set<Integer> alreadyInUse, ChipModel chipModel) Get HardSID device index based on the desired chip model.- Parameter:
emulationSection- configurationchipCount- number of available devicesalreadyInUse- devices already in usechipModel- desired chip model- Gibt zurück:
- SID index of the desired HardSID device
-
isChipModelMatching
private static boolean isChipModelMatching(IEmulationSection emulationSection, ChipModel chipModel, int chipNum) -
isChipNumAlreadyUsed
-