MCPcopy Create free account
hub / github.com/Wohlstand/OPL3BankEditor / JavaOPL3

Method JavaOPL3

src/opl/chips/java_opl3.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#endif
30
31JavaOPL3::JavaOPL3() :
32 OPLChipBaseBufferedT(),
33 m_chip(new ADL_JavaOPL3::OPL3(true))
34{
35 reset();
36}
37
38JavaOPL3::~JavaOPL3()
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected