#include <string.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include "xemu/sid.h"
Go to the source code of this file.
◆ getFrameCount
#define getFrameCount |
( |
| ) |
(sidemu->sFrameCount) |
Definition at line 67 of file sid.c.
◆ 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 |
|
) |
| |