Modifier and Type | Method and Description |
---|---|
protected ChipModel |
HardSIDEmu.getChipModel() |
ChipModel |
HardSIDBuilder.getDeviceChipModel(int sidNum) |
Modifier and Type | Method and Description |
---|---|
void |
HardSIDEmu.setChipModel(ChipModel model) |
Constructor and Description |
---|
FakeStereo(EventScheduler context,
IConfig config,
HardSIDBuilder hardSIDBuilder,
HardSID hardSID,
byte deviceId,
int chipNum,
int sidNum,
ChipModel chipModel,
List<HardSIDEmu> sids) |
HardSIDEmu(EventScheduler context,
HardSIDBuilder hardSIDBuilder,
HardSID hardSID,
byte deviceID,
int chipNum,
int sidNum,
ChipModel model) |
Modifier and Type | Method and Description |
---|---|
void |
NetSIDDev.setChipModel(ChipModel model) |
Constructor and Description |
---|
FakeStereo(NetSIDClient connection,
int sidNum,
ChipModel model,
IConfig config,
List<NetSIDDev> sids) |
NetSIDDev(NetSIDClient connection,
int sidNum,
ChipModel model) |
Modifier and Type | Method and Description |
---|---|
static Map<AbstractMap.SimpleImmutableEntry<ChipModel,String>,Byte> |
TrySetSidModel.getFilterToSidModel() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
TrySetSidModel.getFilterNames(ChipModel model) |
Constructor and Description |
---|
TrySetSidModel(byte sidNum,
ChipModel chipModel,
String filterName)
Use SID model of desired filter name and chip model.
|
Modifier and Type | Method and Description |
---|---|
void |
ReSIDBase.setChipModel(ChipModel model)
Set the emulated SID model
|
Modifier and Type | Method and Description |
---|---|
ChipModel |
SID.getChipModel() |
Modifier and Type | Method and Description |
---|---|
protected static short[][] |
WaveformCalculator.buildTable(ChipModel model)
Build waveform tables for use by WaveformGenerator.
|
byte |
WaveformGenerator.readOSC(ChipModel model) |
protected void |
EnvelopeGenerator.setChipModel(ChipModel chipModel)
Set nonlinearity parameter for imperfect analog DAC emulation. 1.0 means
perfect 8580-like linearity, values between 0.95 - 0.97 are probably
realistic 6581 nonlinearity values.
|
protected void |
WaveformGenerator.setChipModel(ChipModel chipModel)
Set nonlinearity parameter for imperfect analog DAC emulation. 1.0 means
perfect 8580-like linearity, values between 0.95 - 0.97 are probably
realistic 6581 nonlinearity values.
|
void |
SID.setChipModel(ChipModel model)
Set chip model.
|
Modifier and Type | Method and Description |
---|---|
ChipModel |
SID.getChipModel() |
Modifier and Type | Method and Description |
---|---|
byte |
WaveformGenerator.readOSC(ChipModel model) |
protected static Object[] |
WaveformCalculator.rebuildWftable(ChipModel model,
float nonlinearity)
Build waveform tables for use by WaveformGenerator.
|
void |
SID.setChipModel(ChipModel model)
Set chip model.
|
void |
Voice.setChipModel(ChipModel model)
Set chip model.
|
Modifier and Type | Method and Description |
---|---|
protected ChipModel |
SIDBlasterEmu.getChipModel() |
ChipModel |
SidBlasterBuilder.getDeviceChipModel(int deviceNum) |
Modifier and Type | Method and Description |
---|---|
void |
SIDBlasterEmu.setChipModel(ChipModel model) |
Constructor and Description |
---|
FakeStereo(EventScheduler context,
IConfig config,
SidBlasterBuilder hardSIDBuilder,
HardSID hardSID,
byte deviceId,
int sidNum,
ChipModel model,
List<SIDBlasterEmu> sids) |
SIDBlasterEmu(EventScheduler context,
SidBlasterBuilder hardSIDBuilder,
HardSID hardSID,
byte deviceId,
int sidNum,
ChipModel model) |
Modifier and Type | Method and Description |
---|---|
ChipModel |
SIDChip.getChipModel() |
static ChipModel |
ChipModel.getChipModel(IEmulationSection emulation,
SidTune tune,
int sidNum)
Detect chip model of specified SID number in the following order:
SID model forced by user configuration
chip model provided by tune information (auto detected) and if
unknown, then
default chip model for the 1st SID and for 2nd or 3rd chip use the
same chip model as for the 1st SID
|
ChipModel |
HardwareSIDBuilder.getDeviceChipModel(int deviceNum)
Get device chip model of specified SID
|
static ChipModel |
ChipModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChipModel[] |
ChipModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SIDEmu.setChipModel(ChipModel model) |
void |
SIDChip.setChipModel(ChipModel model) |
Modifier and Type | Method and Description |
---|---|
ChipModel |
IEmulationSection.getDefaultSidModel()
Getter of the default SID model.
|
ChipModel |
IEmulationSection.getSidBlaster0Model()
Getter of the chip model of the first connected SIDBlaster.
|
ChipModel |
IEmulationSection.getSidBlaster1Model()
Getter of the chip model of the second connected SIDBlaster.
|
ChipModel |
IEmulationSection.getSidBlaster2Model()
Getter of the device to be used for the third connected SIDBlaster.
|
ChipModel |
IEmulationSection.getStereoSidModel()
Getter of the the stereo SID model.
|
ChipModel |
IEmulationSection.getThirdSIDModel()
Getter of the the 3-SID model.
|
ChipModel |
IEmulationSection.getUserSidModel()
Getter of the user SID model.
|
Modifier and Type | Method and Description |
---|---|
default String |
IEmulationSection.getFilterName(int sidNum,
Engine engine,
Emulation emulation,
ChipModel chipModel)
Get the current filter name depending of the SID number, emulation type and
chip model.
|
void |
IEmulationSection.setDefaultSidModel(ChipModel model)
Setter of the default SID model.
|
default void |
IEmulationSection.setFilterName(int sidNum,
Engine engine,
Emulation emulation,
ChipModel chipModel,
String filterName)
Set the current filter name depending of the SID number, emulation type and
chip model.
|
void |
IEmulationSection.setSidBlaster0Model(ChipModel model)
Setter of the the chip model of the first connected SIDBlaster.
|
void |
IEmulationSection.setSidBlaster1Model(ChipModel model)
Setter of the the chip model of the second connected SIDBlaster.
|
void |
IEmulationSection.setSidBlaster2Model(ChipModel model)
Setter of the the chip model of the third connected SIDBlaster.
|
void |
IEmulationSection.setStereoSidModel(ChipModel model)
Setter of the the stereo SID model.
|
void |
IEmulationSection.setThirdSIDModel(ChipModel model)
Setter of the the 3-SID model.
|
void |
IEmulationSection.setUserSidModel(ChipModel model)
Setter of the user SID model.
|
Modifier and Type | Method and Description |
---|---|
ChipModel |
SidTune.Model.asChipModel() |
Modifier and Type | Method and Description |
---|---|
ChipModel |
PSid64TuneInfo.getStereoChipModel() |
ChipModel |
PSid64TuneInfo.getUserChipModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
PSid64TuneInfo.hasDifferentStereoChipModel(ChipModel stereoSidModel) |
boolean |
PSid64TuneInfo.hasDifferentUserChipModel(ChipModel userSidModel) |
Constructor and Description |
---|
PSid64TuneInfo(boolean detected,
CPUClock cpuClock,
List<ChipModel> chipModels,
int stereoAddress) |
Modifier and Type | Field and Description |
---|---|
static ChipModel |
IniDefaults.DEFAULT_3SID_MODEL |
static ChipModel |
IniDefaults.DEFAULT_SID_MODEL |
static ChipModel |
IniDefaults.DEFAULT_SIDBLASTER_0 |
static ChipModel |
IniDefaults.DEFAULT_SIDBLASTER_1 |
static ChipModel |
IniDefaults.DEFAULT_SIDBLASTER_2 |
static ChipModel |
IniDefaults.DEFAULT_STEREO_MODEL |
static ChipModel |
IniDefaults.DEFAULT_USER_MODEL |
Modifier and Type | Method and Description |
---|---|
ChipModel |
IniEmulationSection.getDefaultSidModel() |
ChipModel |
IniEmulationSection.getSidBlaster0Model() |
ChipModel |
IniEmulationSection.getSidBlaster1Model() |
ChipModel |
IniEmulationSection.getSidBlaster2Model() |
ChipModel |
IniEmulationSection.getStereoSidModel() |
ChipModel |
IniEmulationSection.getThirdSIDModel() |
ChipModel |
IniEmulationSection.getUserSidModel() |
Modifier and Type | Method and Description |
---|---|
void |
IniEmulationSection.setDefaultSidModel(ChipModel model) |
void |
IniEmulationSection.setSidBlaster0Model(ChipModel model) |
void |
IniEmulationSection.setSidBlaster1Model(ChipModel model) |
void |
IniEmulationSection.setSidBlaster2Model(ChipModel model) |
void |
IniEmulationSection.setStereoSidModel(ChipModel model) |
void |
IniEmulationSection.setThirdSIDModel(ChipModel model) |
void |
IniEmulationSection.setUserSidModel(ChipModel model) |
Modifier and Type | Method and Description |
---|---|
ChipModel |
EmulationSection.getDefaultSidModel()
Gets the value of the property defaultSidModel.
|
ChipModel |
EmulationSection.getSidBlaster0Model()
Gets the value of the property sidBlaster0Model.
|
ChipModel |
EmulationSection.getSidBlaster1Model()
Gets the value of the property sidBlaster1Model.
|
ChipModel |
EmulationSection.getSidBlaster2Model()
Gets the value of the property sidBlaster2Model.
|
ChipModel |
EmulationSection.getStereoSidModel()
Gets the value of the property stereoSidModel.
|
ChipModel |
EmulationSection.getThirdSIDModel()
Gets the value of the property thirdSIDModel.
|
ChipModel |
EmulationSection.getUserSidModel()
Gets the value of the property userSidModel.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<ChipModel> |
EmulationSection.defaultSidModelProperty() |
javafx.beans.property.ObjectProperty<ChipModel> |
EmulationSection.sidBlaster0ModelProperty() |
javafx.beans.property.ObjectProperty<ChipModel> |
EmulationSection.sidBlaster1ModelProperty() |
javafx.beans.property.ObjectProperty<ChipModel> |
EmulationSection.sidBlaster2ModelProperty() |
javafx.beans.property.ObjectProperty<ChipModel> |
EmulationSection.stereoSidModelProperty() |
javafx.beans.property.ObjectProperty<ChipModel> |
EmulationSection.thirdSIDModelProperty() |
javafx.beans.property.ObjectProperty<ChipModel> |
EmulationSection.userSidModelProperty() |
Modifier and Type | Method and Description |
---|---|
void |
EmulationSection.setDefaultSidModel(ChipModel defaultSidModel)
Sets the value of the property defaultSidModel.
|
void |
EmulationSection.setSidBlaster0Model(ChipModel sidBlaster0Model)
Sets the value of the property sidBlaster0Model.
|
void |
EmulationSection.setSidBlaster1Model(ChipModel sidBlaster1Model)
Sets the value of the property sidBlaster1Model.
|
void |
EmulationSection.setSidBlaster2Model(ChipModel sidBlaster2Model)
Sets the value of the property sidBlaster2Model.
|
void |
EmulationSection.setStereoSidModel(ChipModel stereoSidModel)
Sets the value of the property stereoSidModel.
|
void |
EmulationSection.setThirdSIDModel(ChipModel stereoSidModel)
Sets the value of the property thirdSIDModel.
|
void |
EmulationSection.setUserSidModel(ChipModel userSidModel)
Sets the value of the property userSidModel.
|
Copyright © 2018 Ken Händel. All rights reserved.