MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Rjp1

Method Rjp1

Source/Amiga/rjp1.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace Audio {
29
30Rjp1::Rjp1(int rate, bool stereo)
31 : Paula(stereo, rate, rate / 50) {
32 memset(&_vars, 0, sizeof(_vars));
33 memset(_channelsTable, 0, sizeof(_channelsTable));
34}
35
36Rjp1::~Rjp1() {
37 unload();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected