public static class SIDBlasterEmu.FakeStereo extends SIDBlasterEmu
SIDBlasterEmu.FakeStereo
Constructor and Description |
---|
FakeStereo(EventScheduler context,
IConfig config,
SidBlasterBuilder hardSIDBuilder,
HardSID hardSID,
byte deviceId,
int sidNum,
ChipModel model,
List<SIDBlasterEmu> sids) |
Modifier and Type | Method and Description |
---|---|
byte |
read(int addr) |
byte |
readInternalRegister(int addr)
Side effect free read access.
|
void |
write(int addr,
byte data) |
clock, credits, getChipModel, getDeviceId, getInputDigiBoost, input, lock, reset, setChipModel, setClockFrequency, setFilter, setFilterEnable, setVoiceMute, unlock
public FakeStereo(EventScheduler context, IConfig config, SidBlasterBuilder hardSIDBuilder, HardSID hardSID, byte deviceId, int sidNum, ChipModel model, List<SIDBlasterEmu> sids)
public byte read(int addr)
read
in class SIDBlasterEmu
public byte readInternalRegister(int addr)
SIDEmu
readInternalRegister
in class SIDEmu
addr
- address to readpublic void write(int addr, byte data)
write
in class SIDBlasterEmu
Copyright © 2018 Ken Händel. All rights reserved.