NetSIDDev.FakeStereo
Constructor and Description |
---|
FakeStereo(NetSIDClient connection,
int sidNum,
ChipModel model,
IConfig config,
List<NetSIDDev> 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)
Order of writes is important, since SID read flushes the write queue!
|
clock, getInputDigiBoost, input, reset, setChipModel, setClockFrequency, setFilter, setFilterEnable, setVoiceMute
public FakeStereo(NetSIDClient connection, int sidNum, ChipModel model, IConfig config, List<NetSIDDev> sids)
public byte readInternalRegister(int addr)
SIDEmu
readInternalRegister
in class SIDEmu
addr
- address to readpublic void write(int addr, byte data)
write
in class NetSIDDev
NetSIDDev.write(int, byte)
Copyright © 2018 Ken Händel. All rights reserved.