15#include "SubComponent.h"
47class SIDBridge final :
public SubComponent {
52 Descriptions descriptions = {{
55 .description =
"SID Bridge"
82 SIDBridge& operator= (
const SIDBridge& other) {
97 void serialize(T& worker)
103 } SERIALIZERS(serialize);
112 const Descriptions &getDescriptions()
const override {
return descriptions; }
122 void setClockFrequency(u32 frequency);
125 void setSampleRate(
double rate);
151 u8 spypeek(u16 addr)
const;
158 void poke(u16 addr, u8 value);
163 isize mappedSID(u16 addr)
const;
177 float draw(u32 *buffer, isize width, isize height,
178 float maxAmp, u32 color, isize sid = -1)
const;
VirtualC64 project namespace.
Definition CmdQueue.cpp:16