#include <SDL_atomic.h>
Go to the source code of this file.
◆ NUMBER_OF_SID_REGISTERS_FOR_SNAPSHOT
#define NUMBER_OF_SID_REGISTERS_FOR_SNAPSHOT 0x20 |
Definition at line 75 of file sid.h.
◆ SID_DC_LEVEL
#define SID_DC_LEVEL 0x38 |
Definition at line 57 of file sid.h.
◆ SID_USES_FILTER
Definition at line 59 of file sid.h.
◆ EnvelopePhase
Enumerator |
---|
Attack | |
Decay | |
Sustain | |
Release | |
Definition at line 67 of file sid.h.
◆ sid_init()
void sid_init |
( |
struct SidEmulation * |
sidemu, |
|
|
unsigned long |
cyclesPerSec, |
|
|
unsigned long |
mixfrq |
|
) |
| |
◆ sid_render()
void sid_render |
( |
struct SidEmulation * |
sidemu, |
|
|
short * |
buffer, |
|
|
unsigned long |
len, |
|
|
int |
step |
|
) |
| |
◆ sid_write_reg()
void sid_write_reg |
( |
struct SidEmulation * |
sidemu, |
|
|
int |
reg, |
|
|
unsigned char |
val |
|
) |
| |