Package builder.resid
Klasse ReSIDBase
java.lang.Object
libsidplay.common.SIDEmu
builder.resid.ReSIDBase
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprivate final EventSchedulerprotected longLast time chip was accessed.private SampleMixerConsumes samples of the SID while being clocked.private final SIDChip -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclock()protected intprotected abstract SIDChip(Package privat) SampleMixervoidinput(int input) byteread(int addr) abstract bytereadENV(int voiceNum) abstract bytereadOSC(int voiceNum) voidreset(byte volume) voidsetChipModel(ChipModel model) Set the emulated SID modelvoidsetClockFrequency(double systemClock) Sets the clock frequency.voidsetDigiBoost(boolean digiBoost) protected voidsetSampler(SampleMixer sampler) voidsetVoiceMute(int num, boolean mute) voidwrite(int addr, byte data) Von Klasse geerbte Methoden libsidplay.common.SIDEmu
readInternalRegister, setFilter, setFilterEnable
-
Felddetails
-
sid
-
context
-
sampler
Consumes samples of the SID while being clocked. -
lastTime
protected long lastTimeLast time chip was accessed.
-
-
Konstruktordetails
-
ReSIDBase
Constructor- Parameter:
context-EventSchedulercontext to use.
-
-
Methodendetails
-
setSampler
-
getSampler
SampleMixer getSampler() -
reset
public void reset(byte volume) -
read
public byte read(int addr) -
write
public void write(int addr, byte data) -
clock
public void clock() -
setVoiceMute
public void setVoiceMute(int num, boolean mute) - Angegeben von:
setVoiceMutein KlasseSIDEmu
-
setClockFrequency
public void setClockFrequency(double systemClock) Sets the clock frequency.- Angegeben von:
setClockFrequencyin KlasseSIDEmu- Parameter:
systemClock- System clock to use for the SID.
-
setChipModel
Set the emulated SID model- Angegeben von:
setChipModelin KlasseSIDEmu- Parameter:
model-
-
input
public void input(int input) -
setDigiBoost
public void setDigiBoost(boolean digiBoost) - Angegeben von:
setDigiBoostin KlasseSIDEmu
-
readENV
public abstract byte readENV(int voiceNum) -
readOSC
public abstract byte readOSC(int voiceNum) -
createSID
-
clocksSinceLastAccess
protected int clocksSinceLastAccess()
-