public class ReSIDBuilder extends SIDMixer implements SIDBuilder
MAX_FAST_FORWARD
Constructor and Description |
---|
ReSIDBuilder(EventScheduler context,
IConfig config,
CPUClock cpuClock) |
Modifier and Type | Method and Description |
---|---|
SIDEmu |
lock(SIDEmu oldSIDEmu,
int sidNum,
SidTune tune)
Create a SID chip implementation and configure it, then start mixing.
|
void |
unlock(SIDEmu sid)
Release a SID chip implementation (stop mixing SID chip).
|
add, fadeIn, fadeOut, fastForward, getFastForwardBitMask, isFastForward, normalSpeed, remove, setAudioDriver, setBalance, setDelay, setVolume, start
public ReSIDBuilder(EventScheduler context, IConfig config, CPUClock cpuClock)
public SIDEmu lock(SIDEmu oldSIDEmu, int sidNum, SidTune tune)
lock
in interface SIDBuilder
oldSIDEmu
- old SID chip in usesidNum
- SID chip numbertune
- current tunepublic void unlock(SIDEmu sid)
unlock
in interface SIDBuilder
sid
- SID chip to destroyCopyright © 2018 Ken Händel. All rights reserved.