1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Nudges the LowpassSpeaker towards supporting stereo generation.

This commit is contained in:
Thomas Harte
2020-02-15 18:03:12 -05:00
parent 743981e9ad
commit e02d109864
14 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ class ConcreteMachine:
Concurrency::DeferringAsyncTaskQueue audio_queue_;
GI::AY38910::AY38910 ay_;
Outputs::Speaker::LowpassSpeaker<GI::AY38910::AY38910> speaker_;
Outputs::Speaker::LowpassSpeaker<GI::AY38910::AY38910, false> speaker_;
HalfCycles cycles_since_audio_update_;
JustInTimeActor<DMAController> dma_;