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) |
readInternalRegisterpublic 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 SIDEmupublic void setVoiceMute(int num,
boolean mute)
setVoiceMute in class SIDEmupublic byte getDeviceId()
protected ChipModel getChipModel()
public void setChipModel(ChipModel model)
setChipModel in class SIDEmupublic void setClockFrequency(double cpuFrequency)
setClockFrequency in class SIDEmupublic int getInputDigiBoost()
getInputDigiBoost in class SIDEmupublic static final String credits()
Copyright © 2018 Ken Händel. All rights reserved.