public class HardSIDEmu extends SIDEmu
| Modifier and Type | Class and Description |
|---|---|
static class |
HardSIDEmu.FakeStereo
FakeStereo mode uses two chips using the same base address.
|
| Constructor and Description |
|---|
HardSIDEmu(EventScheduler context,
HardSIDBuilder hardSIDBuilder,
HardSID hardSID,
byte deviceID,
int chipNum,
int sidNum,
ChipModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
clock() |
static String |
credits() |
protected ChipModel |
getChipModel() |
byte |
getChipNum() |
int |
getInputDigiBoost() |
void |
input(int input) |
protected void |
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 HardSIDEmu(EventScheduler context, HardSIDBuilder hardSIDBuilder, HardSID hardSID, byte deviceID, int chipNum, int sidNum, ChipModel model)
protected void 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 getChipNum()
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.