1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-25 16:31:42 +00:00

Fix formatting, add comment.

This commit is contained in:
Thomas Harte 2024-02-13 13:48:31 -05:00
parent a3e104f8e2
commit 3ba2618547

View File

@ -173,9 +173,10 @@ template <bool stereo> struct AY38910:
public AY38910SampleSource<stereo>,
public Outputs::Speaker::SampleSource<AY38910<stereo>, stereo, 4> {
// Use the same constructor as `AY38910SampleSource` (along with inheriting
// the rest of its interface).
using AY38910SampleSource<stereo>::AY38910SampleSource;
};
};
/*!
Provides helper code, to provide something closer to the interface exposed by many