public class ReSIDBuilder extends SIDBuilder
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<SIDEmu> |
sidobjs |
m_status| Constructor and Description |
|---|
ReSIDBuilder(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
create(int sids)
Create a new sid emulation.
|
String |
credits() |
int |
devices(boolean created) |
String |
error() |
void |
filter(boolean enable) |
void |
filter(sid_filter_t filter) |
SIDEmu |
lock(C64Env env,
ISID2Types.sid2_model_t model)
Find a free SID of the required specs
|
void |
remove()
Remove all SID emulations.
|
void |
sampling(long freq) |
void |
unlock(SIDEmu device)
Allow something to use this SID
|
bool, namepublic ReSIDBuilder(String name)
public int devices(boolean created)
created - true will give you the number of used devices.public int create(int sids)
sids - public SIDEmu lock(C64Env env, ISID2Types.sid2_model_t model)
lock in class SIDBuilderpublic void unlock(SIDEmu device)
unlock in class SIDBuilderpublic void remove()
public final String error()
error in class SIDBuilderpublic final String credits()
credits in class SIDBuilderpublic void filter(boolean enable)
public void filter(sid_filter_t filter)
public void sampling(long freq)
Copyright © 2014. All rights reserved.