libsidplayfp  0.3.5
Public Member Functions | Protected Attributes
ReSIDBuilder Class Reference

#include <resid.h>

Inheritance diagram for ReSIDBuilder:
sidbuilder

List of all members.

Public Member Functions

 ReSIDBuilder (const char *const name)
uint devices (bool used)
uint create (uint sids)
sidemulock (c64env *env, sid2_model_t model)
void unlock (sidemu *device)
void remove (void)
const char * error (void) const
const char * credits (void)
global settings

Settings that affect all SIDs

void filter (bool enable)
 enable/disable filter
SID_DEPRECATED void filter (const sid_filter_t *filter)
void bias (const double dac_bias)
- Public Member Functions inherited from sidbuilder
 sidbuilder (const char *const name)
const char * name (void) const
 operator bool () const

Protected Attributes

std::vector< sidemu * > sidobjs
- Protected Attributes inherited from sidbuilder
bool m_status

Detailed Description

ReSID Builder Class


Member Function Documentation

void ReSIDBuilder::bias ( const double  dac_bias)

The bias is given in millivolts, and a maximum reasonable control range is approximately -500 to 500.

uint ReSIDBuilder::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

SID_DEPRECATED void ReSIDBuilder::filter ( const sid_filter_t filter)
inline
Deprecated:
does nothing

The documentation for this class was generated from the following files: