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) |
readInternalRegister
public 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 SIDEmu
public void setVoiceMute(int num, boolean mute)
setVoiceMute
in class SIDEmu
public byte getChipNum()
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.