|
libsidplayfp
0.3.5
|
#include <hardsid.h>
Public Member Functions | |
| HardSIDBuilder (const char *const name) | |
| uint | devices (bool used) |
| sidemu * | lock (c64env *env, sid2_model_t model) |
| void | unlock (sidemu *device) |
| void | remove (void) |
| const char * | error (void) const |
| const char * | credits (void) |
| void | flush (void) |
| void | filter (bool enable) |
| uint | create (uint sids) |
Public Member Functions inherited from sidbuilder | |
| sidbuilder (const char *const name) | |
| const char * | name (void) const |
| operator bool () const | |
Additional Inherited Members | |
Protected Attributes inherited from sidbuilder | |
| bool | m_status |
HardSID Builder Class
| uint HardSIDBuilder::devices | ( | bool | used | ) |
true will give you the number of used devices. return values: 0 none, positive is used sids false will give you all available sids. return values: 0 endless, positive is available sids. use bool operator to determine error
1.8.1.1