public class SIDBlasterEmu extends SIDEmu
Modifier and Type | Class and Description |
---|---|
static class |
SIDBlasterEmu.FakeStereo
FakeStereo mode uses two chips using the same base address.
|
Constructor and Description |
---|
SIDBlasterEmu(EventScheduler context,
SidBlasterBuilder hardSIDBuilder,
HardSID hardSID,
byte deviceId,
int sidNum,
ChipModel model) |
Modifier and Type | Method and Description |
---|---|
void |
clock() |
static String |
credits() |
protected ChipModel |
getChipModel() |
byte |
getDeviceId() |
int |
getInputDigiBoost() |
void |
input(int input) |
protected boolean |
lock() |
byte |
read(int addr) |
void |
reset(byte volume) |
void |
setChipModel(ChipModel model) |
void |
setClockFrequency(double cpuFrequency) |
void |
setFilter(IConfig config,
int sidNum) |
void |
setFilterEnable(IEmulationSection emulation,
int sidNum) |
void |
setVoiceMute(int num,
boolean mute) |
protected void |
unlock() |
void |
write(int addr,
byte data) |
readInternalRegister
public SIDBlasterEmu(EventScheduler context, SidBlasterBuilder hardSIDBuilder, HardSID hardSID, byte deviceId, int sidNum, ChipModel model)
protected boolean lock()
protected void unlock()
public void setFilterEnable(IEmulationSection emulation, int sidNum)
setFilterEnable
in class SIDEmu
public void setVoiceMute(int num, boolean mute)
setVoiceMute
in class SIDEmu
public byte getDeviceId()
protected ChipModel getChipModel()
public void setChipModel(ChipModel model)
setChipModel
in class SIDEmu
public void setClockFrequency(double cpuFrequency)
setClockFrequency
in class SIDEmu
public int getInputDigiBoost()
getInputDigiBoost
in class SIDEmu
public static final String credits()
Copyright © 2018 Ken Händel. All rights reserved.