1
0
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:
Thomas Harte
2018-04-11 22:00:42 -04:00
parent 3ad0b31db8
commit 428b6145fa
3 changed files with 30 additions and 18 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include <cstring>
using namespace MOS;
using namespace MOS::MOS6560;
AudioGenerator::AudioGenerator(Concurrency::DeferringAsyncTaskQueue &audio_queue) :
audio_queue_(audio_queue) {}