Package | Description |
---|---|
builder.resid | |
builder.resid.resid | |
builder.resid.residfp |
Modifier and Type | Field and Description |
---|---|
protected List<ReSIDBase> |
SIDMixer.sids
SIDs to mix their sound output.
|
Modifier and Type | Method and Description |
---|---|
void |
SIDMixer.add(int sidNum,
ReSIDBase sid)
Add a SID to the mix.
|
void |
SIDMixer.remove(ReSIDBase sid)
Remove SID from the mix.
|
Modifier and Type | Class and Description |
---|---|
class |
ReSID
Dag Lem's resid 1.0 beta
|
static class |
ReSID.FakeStereo
FakeStereo mode uses two chips using the same base address.
|
Constructor and Description |
---|
FakeStereo(EventScheduler context,
IConfig config,
int prevNum,
List<ReSIDBase> sids) |
Modifier and Type | Class and Description |
---|---|
class |
ReSIDfp
Antti S.
|
static class |
ReSIDfp.FakeStereo
FakeStereo mode uses two chips using the same base address.
|
Constructor and Description |
---|
FakeStereo(EventScheduler context,
IConfig config,
int prevNum,
List<ReSIDBase> sids) |
Copyright © 2018 Ken Händel. All rights reserved.