mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Converts 6560 to more project normative templated form.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
using namespace MOS;
|
||||
using namespace MOS::MOS6560;
|
||||
|
||||
AudioGenerator::AudioGenerator(Concurrency::DeferringAsyncTaskQueue &audio_queue) :
|
||||
audio_queue_(audio_queue) {}
|
||||
|
||||
Reference in New Issue
Block a user